Html Css Color HEX #A5B67E Caper

📋 copy color: '#A5B67E'

red 165 ◦ green 182 ◦ blue 126

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

Shades of Caper #A5B67E

Tints of Caper #A5B67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 34.88%
G = 38.48%
B = 26.64%

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

#A5B67E (or 0xA5B67E) is known color: Caper. HEX triplet: A5, B6 and 7E. RGB value is (165,182,126). Sum of RGB (Red+Green+Blue) = 165+182+126=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B67E is #5A4981. Grayscale: #AAAAAA. Windows color (decimal): -5917058 or 8304293. OLE color: 8304293.

HSL color Cylindrical-coordinate representation of color #A5B67E: hue angle of 78.21º 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 #A5B67E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 182 126 -
CMYK 0.09 0 0.31 0.29
HSL 78.21º 0.28% 0.6% -
HSV(B) 78.21º 0.31% 0.71% -
XYZ 36.01 42.96 26.13 -
YUV 170.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 165 182 126 0.09 0 0.31 0.29 78.21 0.28 0.6
Hex A5 B6 7E 9 0 1F 1D 4E 1C 3C
Octal 245 266 176 11 0 37 35 116 34 74
Binary 10100101 10110110 1111110 1001 0 11111 11101 1001110 11100 111100

Color Harmonies of #A5B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B67E

Black with #A5B67E

Text Example


Text Example

White with #A5B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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