Html Css Color HEX #A8B37D Caper

📋 copy color: '#A8B37D'

red 168 ◦ green 179 ◦ blue 125

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

Shades of Caper #A8B37D

Tints of Caper #A8B37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 35.59%
G = 37.92%
B = 26.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#A8B37D (or 0xA8B37D) is known color: Caper. HEX triplet: A8, B3 and 7D. RGB value is (168,179,125). Sum of RGB (Red+Green+Blue) = 168+179+125=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37D is #574C82. Grayscale: #A9A9A9. Windows color (decimal): -5721219 or 8237992. OLE color: 8237992.

HSL color Cylindrical-coordinate representation of color #A8B37D: hue angle of 72.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B37D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 125 -
CMYK 0.06 0 0.30 0.30
HSL 72.22º 0.26% 0.6% -
HSV(B) 72.22º 0.3% 0.7% -
XYZ 35.97 42.05 25.62 -
YUV 169.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 168 179 125 0.06 0 0.30 0.30 72.22 0.26 0.6
Hex A8 B3 7D 6 0 1E 1E 48 1A 3C
Octal 250 263 175 6 0 36 36 110 32 74
Binary 10101000 10110011 1111101 110 0 11110 11110 1001000 11010 111100

Color Harmonies of #A8B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B37D

Black with #A8B37D

Text Example


Text Example

White with #A8B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B37D; }

 p { color: rgb(168,179,125); }

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

background-color css

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

 a { background-color: rgb(168,179,125); }

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

border-color css

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

 span { border-color: rgb(168,179,125); }

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