Html Css Color HEX #A99462 Barley Corn

📋 copy color: '#A99462'

red 169 ◦ green 148 ◦ blue 98

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

Shades of Barley Corn #A99462

Tints of Barley Corn #A99462

RGB

 RED value IS 169 (66.41% from 255) = 40.72%

 GREEN value IS 148 (58.2% from 255) = 35.66%

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

R = 40.72%
G = 35.66%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A99462 (or 0xA99462) is known color: Barley Corn. HEX triplet: A9, 94 and 62. RGB value is (169,148,98). Sum of RGB (Red+Green+Blue) = 169+148+98=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A99462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99462 is #566B9D. Grayscale: #949494. Windows color (decimal): -5663646 or 6460585. OLE color: 6460585.

HSL color Cylindrical-coordinate representation of color #A99462: hue angle of 42.25º 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 #A99462 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 98 -
CMYK 0 0.12 0.42 0.34
HSL 42.25º 0.29% 0.52% -
HSV(B) 42.25º 0.42% 0.66% -
XYZ 29.16 30.5 15.91 -
YUV 148.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 169 148 98 0 0.12 0.42 0.34 42.25 0.29 0.52
Hex A9 94 62 0 C 2A 22 2A 1D 34
Octal 251 224 142 0 14 52 42 52 35 64
Binary 10101001 10010100 1100010 0 1100 101010 100010 101010 11101 110100

Color Harmonies of #A99462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99462

Black with #A99462

Text Example


Text Example

White with #A99462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99462; }

 p { color: rgb(169,148,98); }

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

background-color css

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

 a { background-color: rgb(169,148,98); }

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

border-color css

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

 span { border-color: rgb(169,148,98); }

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