Html Css Color HEX #A8B972 Caper

📋 copy color: '#A8B972'

red 168 ◦ green 185 ◦ blue 114

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

Shades of Caper #A8B972

Tints of Caper #A8B972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 35.97%
G = 39.61%
B = 24.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#A8B972 (or 0xA8B972) is known color: Caper. HEX triplet: A8, B9 and 72. RGB value is (168,185,114). Sum of RGB (Red+Green+Blue) = 168+185+114=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B972 is #57468D. Grayscale: #ACACAC. Windows color (decimal): -5719694 or 7518632. OLE color: 7518632.

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

Color convert

RGB 168 185 114 -
CMYK 0.09 0 0.38 0.27
HSL 74.37º 0.34% 0.59% -
HSV(B) 74.37º 0.38% 0.73% -
XYZ 36.53 44.24 22.53 -
YUV 171.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 168 185 114 0.09 0 0.38 0.27 74.37 0.34 0.59
Hex A8 B9 72 9 0 26 1B 4A 22 3B
Octal 250 271 162 11 0 46 33 112 42 73
Binary 10101000 10111001 1110010 1001 0 100110 11011 1001010 100010 111011

Color Harmonies of #A8B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B972

Black with #A8B972

Text Example


Text Example

White with #A8B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B972; }

 p { color: rgb(168,185,114); }

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

background-color css

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

 a { background-color: rgb(168,185,114); }

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

border-color css

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

 span { border-color: rgb(168,185,114); }

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