Html Css Color HEX #A9B975 Caper

📋 copy color: '#A9B975'

red 169 ◦ green 185 ◦ blue 117

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

Shades of Caper #A9B975

Tints of Caper #A9B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

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

R = 35.88%
G = 39.28%
B = 24.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A9B975 (or 0xA9B975) is known color: Caper. HEX triplet: A9, B9 and 75. RGB value is (169,185,117). Sum of RGB (Red+Green+Blue) = 169+185+117=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B975 is #56468A. Grayscale: #ACACAC. Windows color (decimal): -5654155 or 7715241. OLE color: 7715241.

HSL color Cylindrical-coordinate representation of color #A9B975: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9B975 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 117 -
CMYK 0.09 0 0.37 0.27
HSL 74.12º 0.33% 0.59% -
HSV(B) 74.12º 0.37% 0.73% -
XYZ 36.92 44.42 23.46 -
YUV 172.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 169 185 117 0.09 0 0.37 0.27 74.12 0.33 0.59
Hex A9 B9 75 9 0 25 1B 4A 21 3B
Octal 251 271 165 11 0 45 33 112 41 73
Binary 10101001 10111001 1110101 1001 0 100101 11011 1001010 100001 111011

Color Harmonies of #A9B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B975

Black with #A9B975

Text Example


Text Example

White with #A9B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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