Html Css Color HEX #A5B97E Caper

📋 copy color: '#A5B97E'

red 165 ◦ green 185 ◦ blue 126

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

Shades of Caper #A5B97E

Tints of Caper #A5B97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 34.66%
G = 38.87%
B = 26.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A5B97E (or 0xA5B97E) is known color: Caper. HEX triplet: A5, B9 and 7E. RGB value is (165,185,126). Sum of RGB (Red+Green+Blue) = 165+185+126=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B97E is #5A4681. Grayscale: #ACACAC. Windows color (decimal): -5916290 or 8305061. OLE color: 8305061.

HSL color Cylindrical-coordinate representation of color #A5B97E: hue angle of 80.34º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5B97E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 126 -
CMYK 0.11 0 0.32 0.27
HSL 80.34º 0.3% 0.61% -
HSV(B) 80.34º 0.32% 0.73% -
XYZ 36.63 44.2 26.34 -
YUV 172.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 165 185 126 0.11 0 0.32 0.27 80.34 0.3 0.61
Hex A5 B9 7E B 0 20 1B 50 1E 3D
Octal 245 271 176 13 0 40 33 120 36 75
Binary 10100101 10111001 1111110 1011 0 100000 11011 1010000 11110 111101

Color Harmonies of #A5B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B97E

Black with #A5B97E

Text Example


Text Example

White with #A5B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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