Html Css Color HEX #A5B57B Caper

📋 copy color: '#A5B57B'

red 165 ◦ green 181 ◦ blue 123

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

Shades of Caper #A5B57B

Tints of Caper #A5B57B

RGB

 RED value IS 165 (64.84% from 255) = 35.18%

 GREEN value IS 181 (71.09% from 255) = 38.59%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 35.18%
G = 38.59%
B = 26.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#A5B57B (or 0xA5B57B) is known color: Caper. HEX triplet: A5, B5 and 7B. RGB value is (165,181,123). Sum of RGB (Red+Green+Blue) = 165+181+123=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B57B is #5A4A84. Grayscale: #A9A9A9. Windows color (decimal): -5917317 or 8107429. OLE color: 8107429.

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

Color convert

RGB 165 181 123 -
CMYK 0.09 0 0.32 0.29
HSL 76.55º 0.28% 0.6% -
HSV(B) 76.55º 0.32% 0.71% -
XYZ 35.62 42.48 25.06 -
YUV 169.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 165 181 123 0.09 0 0.32 0.29 76.55 0.28 0.6
Hex A5 B5 7B 9 0 20 1D 4D 1C 3C
Octal 245 265 173 11 0 40 35 115 34 74
Binary 10100101 10110101 1111011 1001 0 100000 11101 1001101 11100 111100

Color Harmonies of #A5B57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B57B

Black with #A5B57B

Text Example


Text Example

White with #A5B57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B57B; }

 p { color: rgb(165,181,123); }

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

background-color css

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

 a { background-color: rgb(165,181,123); }

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

border-color css

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

 span { border-color: rgb(165,181,123); }

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