Html Css Color HEX #AF9A6A Barley Corn

📋 copy color: '#AF9A6A'

red 175 ◦ green 154 ◦ blue 106

#AF9A6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley Corn #AF9A6A

Tints of Barley Corn #AF9A6A

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 154 (60.55% from 255) = 35.4%

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 40.23%
G = 35.4%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF9A6A (or 0xAF9A6A) is known color: Barley Corn. HEX triplet: AF, 9A and 6A. RGB value is (175,154,106). Sum of RGB (Red+Green+Blue) = 175+154+106=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A6A is #506595. Grayscale: #9B9B9B. Windows color (decimal): -5268886 or 6986415. OLE color: 6986415.

HSL color Cylindrical-coordinate representation of color #AF9A6A: hue angle of 41.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF9A6A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 154 106 -
CMYK 0 0.12 0.39 0.31
HSL 41.74º 0.3% 0.55% -
HSV(B) 41.74º 0.39% 0.69% -
XYZ 31.84 33.27 18.38 -
YUV 154.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 175 154 106 0 0.12 0.39 0.31 41.74 0.3 0.55
Hex AF 9A 6A 0 C 27 1F 2A 1E 37
Octal 257 232 152 0 14 47 37 52 36 67
Binary 10101111 10011010 1101010 0 1100 100111 11111 101010 11110 110111

Color Harmonies of #AF9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A6A

Black with #AF9A6A

Text Example


Text Example

White with #AF9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A6A; }

 p { color: rgb(175,154,106); }

 H1.HeaderClassName
 {
   color: #AF9A6A;
 }
 .AnyTagClassName
 {
   color: #AF9A6A;
 }
</style>

background-color css

<style>
 a { background-color: #AF9A6A; }

 a { background-color: rgb(175,154,106); }

 div.DivClassName
 {
   background-color: #AF9A6A;
 }
 .BgClassName
 {
   background-color: #AF9A6A;
 }
</style>

border-color css

<style>
 span { border-color: #AF9A6A; }

 span { border-color: rgb(175,154,106); }

 td.TdClassName
 {
   border-color: #AF9A6A;
 }
 .TagClassName
 {
   border-color: #AF9A6A;
 }
</style>