Html Css Color HEX #A8B671 Caper

📋 copy color: '#A8B671'

red 168 ◦ green 182 ◦ blue 113

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

Shades of Caper #A8B671

Tints of Caper #A8B671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.41%

R = 36.29%
G = 39.31%
B = 24.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A8B671 (or 0xA8B671) is known color: Caper. HEX triplet: A8, B6 and 71. RGB value is (168,182,113). Sum of RGB (Red+Green+Blue) = 168+182+113=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B671 is #57498E. Grayscale: #AAAAAA. Windows color (decimal): -5720463 or 7452328. OLE color: 7452328.

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

Color convert

RGB 168 182 113 -
CMYK 0.08 0 0.38 0.29
HSL 72.17º 0.32% 0.58% -
HSV(B) 72.17º 0.38% 0.71% -
XYZ 35.86 42.97 22.03 -
YUV 169.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 168 182 113 0.08 0 0.38 0.29 72.17 0.32 0.58
Hex A8 B6 71 8 0 26 1D 48 20 3A
Octal 250 266 161 10 0 46 35 110 40 72
Binary 10101000 10110110 1110001 1000 0 100110 11101 1001000 100000 111010

Color Harmonies of #A8B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B671

Black with #A8B671

Text Example


Text Example

White with #A8B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B671; }

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

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

background-color css

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

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

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

border-color css

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

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

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