Html Css Color HEX #A8B574 Caper

📋 copy color: '#A8B574'

red 168 ◦ green 181 ◦ blue 116

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

Shades of Caper #A8B574

Tints of Caper #A8B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 36.13%
G = 38.92%
B = 24.95%

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

#A8B574 (or 0xA8B574) is known color: Caper. HEX triplet: A8, B5 and 74. RGB value is (168,181,116). Sum of RGB (Red+Green+Blue) = 168+181+116=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B574 is #574A8B. Grayscale: #A9A9A9. Windows color (decimal): -5720716 or 7648680. OLE color: 7648680.

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

Color convert

RGB 168 181 116 -
CMYK 0.07 0 0.36 0.29
HSL 72º 0.31% 0.58% -
HSV(B) 72º 0.36% 0.71% -
XYZ 35.82 42.63 22.86 -
YUV 169.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 168 181 116 0.07 0 0.36 0.29 72 0.31 0.58
Hex A8 B5 74 7 0 24 1D 48 1F 3A
Octal 250 265 164 7 0 44 35 110 37 72
Binary 10101000 10110101 1110100 111 0 100100 11101 1001000 11111 111010

Color Harmonies of #A8B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B574

Black with #A8B574

Text Example


Text Example

White with #A8B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B574; }

 p { color: rgb(168,181,116); }

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

background-color css

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

 a { background-color: rgb(168,181,116); }

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

border-color css

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

 span { border-color: rgb(168,181,116); }

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