Html Css Color HEX #A5B677 Caper

📋 copy color: '#A5B677'

red 165 ◦ green 182 ◦ blue 119

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

Shades of Caper #A5B677

Tints of Caper #A5B677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 35.41%
G = 39.06%
B = 25.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A5B677 (or 0xA5B677) is known color: Caper. HEX triplet: A5, B6 and 77. RGB value is (165,182,119). Sum of RGB (Red+Green+Blue) = 165+182+119=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B677 is #5A4988. Grayscale: #A9A9A9. Windows color (decimal): -5917065 or 7845541. OLE color: 7845541.

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

Color convert

RGB 165 182 119 -
CMYK 0.09 0 0.35 0.29
HSL 76.19º 0.3% 0.59% -
HSV(B) 76.19º 0.35% 0.71% -
XYZ 35.57 42.79 23.84 -
YUV 169.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 165 182 119 0.09 0 0.35 0.29 76.19 0.3 0.59
Hex A5 B6 77 9 0 23 1D 4C 1E 3B
Octal 245 266 167 11 0 43 35 114 36 73
Binary 10100101 10110110 1110111 1001 0 100011 11101 1001100 11110 111011

Color Harmonies of #A5B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B677

Black with #A5B677

Text Example


Text Example

White with #A5B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B677; }

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

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

background-color css

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

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

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

border-color css

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

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

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