Html Css Color HEX #A9B671 Caper

📋 copy color: '#A9B671'

red 169 ◦ green 182 ◦ blue 113

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

Shades of Caper #A9B671

Tints of Caper #A9B671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 36.42%
G = 39.22%
B = 24.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A9B671 (or 0xA9B671) is known color: Caper. HEX triplet: A9, B6 and 71. RGB value is (169,182,113). Sum of RGB (Red+Green+Blue) = 169+182+113=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B671 is #56498E. Grayscale: #AAAAAA. Windows color (decimal): -5654927 or 7452329. OLE color: 7452329.

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

Color convert

RGB 169 182 113 -
CMYK 0.07 0 0.38 0.29
HSL 71.3º 0.32% 0.58% -
HSV(B) 71.3º 0.38% 0.71% -
XYZ 36.07 43.08 22.04 -
YUV 170.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 169 182 113 0.07 0 0.38 0.29 71.3 0.32 0.58
Hex A9 B6 71 7 0 26 1D 47 20 3A
Octal 251 266 161 7 0 46 35 107 40 72
Binary 10101001 10110110 1110001 111 0 100110 11101 1000111 100000 111010

Color Harmonies of #A9B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B671

Black with #A9B671

Text Example


Text Example

White with #A9B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B671; }

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

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

background-color css

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

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

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

border-color css

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

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

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