Html Css Color HEX #A8B670 Caper

📋 copy color: '#A8B670'

red 168 ◦ green 182 ◦ blue 112

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

Shades of Caper #A8B670

Tints of Caper #A8B670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 36.36%
G = 39.39%
B = 24.24%

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

#A8B670 (or 0xA8B670) is known color: Caper. HEX triplet: A8, B6 and 70. RGB value is (168,182,112). Sum of RGB (Red+Green+Blue) = 168+182+112=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B670 is #57498F. Grayscale: #AAAAAA. Windows color (decimal): -5720464 or 7386792. OLE color: 7386792.

HSL color Cylindrical-coordinate representation of color #A8B670: hue angle of 72º 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 #A8B670 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 112 -
CMYK 0.08 0 0.38 0.29
HSL 72º 0.32% 0.58% -
HSV(B) 72º 0.38% 0.71% -
XYZ 35.8 42.95 21.73 -
YUV 169.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 168 182 112 0.08 0 0.38 0.29 72 0.32 0.58
Hex A8 B6 70 8 0 26 1D 48 20 3A
Octal 250 266 160 10 0 46 35 110 40 72
Binary 10101000 10110110 1110000 1000 0 100110 11101 1001000 100000 111010

Color Harmonies of #A8B670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B670

Black with #A8B670

Text Example


Text Example

White with #A8B670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B670; }

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

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

background-color css

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

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

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

border-color css

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

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

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