Html Css Color HEX #A89762 Barley Corn

📋 copy color: '#A89762'

red 168 ◦ green 151 ◦ blue 98

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

Shades of Barley Corn #A89762

Tints of Barley Corn #A89762

RGB

 RED value IS 168 (66.02% from 255) = 40.29%

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 40.29%
G = 36.21%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A89762 (or 0xA89762) is known color: Barley Corn. HEX triplet: A8, 97 and 62. RGB value is (168,151,98). Sum of RGB (Red+Green+Blue) = 168+151+98=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A89762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89762 is #57689D. Grayscale: #969696. Windows color (decimal): -5728414 or 6461352. OLE color: 6461352.

HSL color Cylindrical-coordinate representation of color #A89762: hue angle of 45.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A89762 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 151 98 -
CMYK 0 0.10 0.42 0.34
HSL 45.43º 0.29% 0.52% -
HSV(B) 45.43º 0.42% 0.66% -
XYZ 29.42 31.34 16.05 -
YUV 150.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 168 151 98 0 0.10 0.42 0.34 45.43 0.29 0.52
Hex A8 97 62 0 A 2A 22 2D 1D 34
Octal 250 227 142 0 12 52 42 55 35 64
Binary 10101000 10010111 1100010 0 1010 101010 100010 101101 11101 110100

Color Harmonies of #A89762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89762

Black with #A89762

Text Example


Text Example

White with #A89762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89762; }

 p { color: rgb(168,151,98); }

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

background-color css

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

 a { background-color: rgb(168,151,98); }

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

border-color css

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

 span { border-color: rgb(168,151,98); }

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