Html Css Color HEX #A8B672 Caper

📋 copy color: '#A8B672'

red 168 ◦ green 182 ◦ blue 114

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

Shades of Caper #A8B672

Tints of Caper #A8B672

RGB

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

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

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

R = 36.21%
G = 39.22%
B = 24.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A8B672 (or 0xA8B672) is known color: Caper. HEX triplet: A8, B6 and 72. RGB value is (168,182,114). Sum of RGB (Red+Green+Blue) = 168+182+114=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B672 is #57498D. Grayscale: #AAAAAA. Windows color (decimal): -5720462 or 7517864. OLE color: 7517864.

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

Color convert

RGB 168 182 114 -
CMYK 0.08 0 0.37 0.29
HSL 72.35º 0.32% 0.58% -
HSV(B) 72.35º 0.37% 0.71% -
XYZ 35.91 43 22.33 -
YUV 170.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 168 182 114 0.08 0 0.37 0.29 72.35 0.32 0.58
Hex A8 B6 72 8 0 25 1D 48 20 3A
Octal 250 266 162 10 0 45 35 110 40 72
Binary 10101000 10110110 1110010 1000 0 100101 11101 1001000 100000 111010

Color Harmonies of #A8B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B672

Black with #A8B672

Text Example


Text Example

White with #A8B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B672; }

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

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

background-color css

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

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

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

border-color css

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

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

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