Html Css Color HEX #A5B67D Caper

📋 copy color: '#A5B67D'

red 165 ◦ green 182 ◦ blue 125

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

Shades of Caper #A5B67D

Tints of Caper #A5B67D

RGB

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

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

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

R = 34.96%
G = 38.56%
B = 26.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A5B67D (or 0xA5B67D) is known color: Caper. HEX triplet: A5, B6 and 7D. RGB value is (165,182,125). Sum of RGB (Red+Green+Blue) = 165+182+125=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B67D is #5A4982. Grayscale: #AAAAAA. Windows color (decimal): -5917059 or 8238757. OLE color: 8238757.

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

Color convert

RGB 165 182 125 -
CMYK 0.09 0 0.31 0.29
HSL 77.89º 0.28% 0.6% -
HSV(B) 77.89º 0.31% 0.71% -
XYZ 35.95 42.94 25.79 -
YUV 170.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 165 182 125 0.09 0 0.31 0.29 77.89 0.28 0.6
Hex A5 B6 7D 9 0 1F 1D 4E 1C 3C
Octal 245 266 175 11 0 37 35 116 34 74
Binary 10100101 10110110 1111101 1001 0 11111 11101 1001110 11100 111100

Color Harmonies of #A5B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B67D

Black with #A5B67D

Text Example


Text Example

White with #A5B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B67D; }

 p { color: rgb(165,182,125); }

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

background-color css

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

 a { background-color: rgb(165,182,125); }

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

border-color css

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

 span { border-color: rgb(165,182,125); }

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