Html Css Color HEX #A9B872 Caper

📋 copy color: '#A9B872'

red 169 ◦ green 184 ◦ blue 114

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

Shades of Caper #A9B872

Tints of Caper #A9B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 36.19%
G = 39.4%
B = 24.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#A9B872 (or 0xA9B872) is known color: Caper. HEX triplet: A9, B8 and 72. RGB value is (169,184,114). Sum of RGB (Red+Green+Blue) = 169+184+114=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B872 is #56478D. Grayscale: #ABABAB. Windows color (decimal): -5654414 or 7518377. OLE color: 7518377.

HSL color Cylindrical-coordinate representation of color #A9B872: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9B872 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 184 114 -
CMYK 0.08 0 0.38 0.28
HSL 72.86º 0.33% 0.58% -
HSV(B) 72.86º 0.38% 0.72% -
XYZ 36.54 43.93 22.47 -
YUV 171.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 169 184 114 0.08 0 0.38 0.28 72.86 0.33 0.58
Hex A9 B8 72 8 0 26 1C 49 21 3A
Octal 251 270 162 10 0 46 34 111 41 72
Binary 10101001 10111000 1110010 1000 0 100110 11100 1001001 100001 111010

Color Harmonies of #A9B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B872

Black with #A9B872

Text Example


Text Example

White with #A9B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B872; }

 p { color: rgb(169,184,114); }

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

background-color css

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

 a { background-color: rgb(169,184,114); }

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

border-color css

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

 span { border-color: rgb(169,184,114); }

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