Html Css Color HEX #A9B675 Caper

📋 copy color: '#A9B675'

red 169 ◦ green 182 ◦ blue 117

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

Shades of Caper #A9B675

Tints of Caper #A9B675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25%

R = 36.11%
G = 38.89%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A9B675 (or 0xA9B675) is known color: Caper. HEX triplet: A9, B6 and 75. RGB value is (169,182,117). Sum of RGB (Red+Green+Blue) = 169+182+117=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B675 is #56498A. Grayscale: #AAAAAA. Windows color (decimal): -5654923 or 7714473. OLE color: 7714473.

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

Color convert

RGB 169 182 117 -
CMYK 0.07 0 0.36 0.29
HSL 72º 0.31% 0.59% -
HSV(B) 72º 0.36% 0.71% -
XYZ 36.3 43.18 23.25 -
YUV 170.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 169 182 117 0.07 0 0.36 0.29 72 0.31 0.59
Hex A9 B6 75 7 0 24 1D 48 1F 3B
Octal 251 266 165 7 0 44 35 110 37 73
Binary 10101001 10110110 1110101 111 0 100100 11101 1001000 11111 111011

Color Harmonies of #A9B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B675

Black with #A9B675

Text Example


Text Example

White with #A9B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B675; }

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

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

background-color css

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

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

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

border-color css

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

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

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