Html Css Color HEX #A9B67A Caper

📋 copy color: '#A9B67A'

red 169 ◦ green 182 ◦ blue 122

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

Shades of Caper #A9B67A

Tints of Caper #A9B67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.48%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 35.73%
G = 38.48%
B = 25.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A9B67A (or 0xA9B67A) is known color: Caper. HEX triplet: A9, B6 and 7A. RGB value is (169,182,122). Sum of RGB (Red+Green+Blue) = 169+182+122=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B67A is #564985. Grayscale: #ABABAB. Windows color (decimal): -5654918 or 8042153. OLE color: 8042153.

HSL color Cylindrical-coordinate representation of color #A9B67A: hue angle of 73º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B67A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 182 122 -
CMYK 0.07 0 0.33 0.29
HSL 73º 0.29% 0.6% -
HSV(B) 73º 0.33% 0.71% -
XYZ 36.6 43.3 24.84 -
YUV 171.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 169 182 122 0.07 0 0.33 0.29 73 0.29 0.6
Hex A9 B6 7A 7 0 21 1D 49 1D 3C
Octal 251 266 172 7 0 41 35 111 35 74
Binary 10101001 10110110 1111010 111 0 100001 11101 1001001 11101 111100

Color Harmonies of #A9B67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B67A

Black with #A9B67A

Text Example


Text Example

White with #A9B67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B67A; }

 p { color: rgb(169,182,122); }

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

background-color css

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

 a { background-color: rgb(169,182,122); }

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

border-color css

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

 span { border-color: rgb(169,182,122); }

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