Html Css Color HEX #A5B681 Caper

📋 copy color: '#A5B681'

red 165 ◦ green 182 ◦ blue 129

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

Shades of Caper #A5B681

Tints of Caper #A5B681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.1%

R = 34.66%
G = 38.24%
B = 27.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A5B681 (or 0xA5B681) is known color: Caper. HEX triplet: A5, B6 and 81. RGB value is (165,182,129). Sum of RGB (Red+Green+Blue) = 165+182+129=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B681 is #5A497E. Grayscale: #ABABAB. Windows color (decimal): -5917055 or 8500901. OLE color: 8500901.

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

Color convert

RGB 165 182 129 -
CMYK 0.09 0 0.29 0.29
HSL 79.25º 0.27% 0.61% -
HSV(B) 79.25º 0.29% 0.71% -
XYZ 36.21 43.04 27.17 -
YUV 170.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 165 182 129 0.09 0 0.29 0.29 79.25 0.27 0.61
Hex A5 B6 81 9 0 1D 1D 4F 1B 3D
Octal 245 266 201 11 0 35 35 117 33 75
Binary 10100101 10110110 10000001 1001 0 11101 11101 1001111 11011 111101

Color Harmonies of #A5B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B681

Black with #A5B681

Text Example


Text Example

White with #A5B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B681; }

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

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

background-color css

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

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

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

border-color css

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

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

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