Html Css Color HEX #A8B37F Caper

📋 copy color: '#A8B37F'

red 168 ◦ green 179 ◦ blue 127

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

Shades of Caper #A8B37F

Tints of Caper #A8B37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 35.44%
G = 37.76%
B = 26.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#A8B37F (or 0xA8B37F) is known color: Caper. HEX triplet: A8, B3 and 7F. RGB value is (168,179,127). Sum of RGB (Red+Green+Blue) = 168+179+127=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37F is #574C80. Grayscale: #A9A9A9. Windows color (decimal): -5721217 or 8369064. OLE color: 8369064.

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

Color convert

RGB 168 179 127 -
CMYK 0.06 0 0.29 0.30
HSL 72.69º 0.25% 0.6% -
HSV(B) 72.69º 0.29% 0.7% -
XYZ 36.1 42.1 26.3 -
YUV 169.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 168 179 127 0.06 0 0.29 0.30 72.69 0.25 0.6
Hex A8 B3 7F 6 0 1D 1E 49 19 3C
Octal 250 263 177 6 0 35 36 111 31 74
Binary 10101000 10110011 1111111 110 0 11101 11110 1001001 11001 111100

Color Harmonies of #A8B37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B37F

Black with #A8B37F

Text Example


Text Example

White with #A8B37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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