Html Css Color HEX #A8B875 Caper

📋 copy color: '#A8B875'

red 168 ◦ green 184 ◦ blue 117

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

Shades of Caper #A8B875

Tints of Caper #A8B875

RGB

 RED value IS 168 (66.02% from 255) = 35.82%

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

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

R = 35.82%
G = 39.23%
B = 24.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#A8B875 (or 0xA8B875) is known color: Caper. HEX triplet: A8, B8 and 75. RGB value is (168,184,117). Sum of RGB (Red+Green+Blue) = 168+184+117=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B875 is #57478A. Grayscale: #ABABAB. Windows color (decimal): -5719947 or 7714984. OLE color: 7714984.

HSL color Cylindrical-coordinate representation of color #A8B875: hue angle of 74.33º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8B875 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 117 -
CMYK 0.09 0 0.36 0.28
HSL 74.33º 0.32% 0.59% -
HSV(B) 74.33º 0.36% 0.72% -
XYZ 36.5 43.89 23.38 -
YUV 171.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 168 184 117 0.09 0 0.36 0.28 74.33 0.32 0.59
Hex A8 B8 75 9 0 24 1C 4A 20 3B
Octal 250 270 165 11 0 44 34 112 40 73
Binary 10101000 10111000 1110101 1001 0 100100 11100 1001010 100000 111011

Color Harmonies of #A8B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B875

Black with #A8B875

Text Example


Text Example

White with #A8B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B875; }

 p { color: rgb(168,184,117); }

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

background-color css

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

 a { background-color: rgb(168,184,117); }

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

border-color css

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

 span { border-color: rgb(168,184,117); }

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