Html Css Color HEX #A8B37C Caper

📋 copy color: '#A8B37C'

red 168 ◦ green 179 ◦ blue 124

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

Shades of Caper #A8B37C

Tints of Caper #A8B37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 35.67%
G = 38%
B = 26.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A8B37C (or 0xA8B37C) is known color: Caper. HEX triplet: A8, B3 and 7C. RGB value is (168,179,124). Sum of RGB (Red+Green+Blue) = 168+179+124=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37C is #574C83. Grayscale: #A9A9A9. Windows color (decimal): -5721220 or 8172456. OLE color: 8172456.

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

Color convert

RGB 168 179 124 -
CMYK 0.06 0 0.31 0.30
HSL 72º 0.27% 0.59% -
HSV(B) 72º 0.31% 0.7% -
XYZ 35.91 42.02 25.29 -
YUV 169.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 168 179 124 0.06 0 0.31 0.30 72 0.27 0.59
Hex A8 B3 7C 6 0 1F 1E 48 1B 3B
Octal 250 263 174 6 0 37 36 110 33 73
Binary 10101000 10110011 1111100 110 0 11111 11110 1001000 11011 111011

Color Harmonies of #A8B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B37C

Black with #A8B37C

Text Example


Text Example

White with #A8B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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