Html Css Color HEX #A5B47A Caper

📋 copy color: '#A5B47A'

red 165 ◦ green 180 ◦ blue 122

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

Shades of Caper #A5B47A

Tints of Caper #A5B47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 35.33%
G = 38.54%
B = 26.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#A5B47A (or 0xA5B47A) is known color: Caper. HEX triplet: A5, B4 and 7A. RGB value is (165,180,122). Sum of RGB (Red+Green+Blue) = 165+180+122=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47A is #5A4B85. Grayscale: #A9A9A9. Windows color (decimal): -5917574 or 8041637. OLE color: 8041637.

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

Color convert

RGB 165 180 122 -
CMYK 0.08 0 0.32 0.29
HSL 75.52º 0.28% 0.59% -
HSV(B) 75.52º 0.32% 0.71% -
XYZ 35.35 42.05 24.67 -
YUV 168.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 165 180 122 0.08 0 0.32 0.29 75.52 0.28 0.59
Hex A5 B4 7A 8 0 20 1D 4C 1C 3B
Octal 245 264 172 10 0 40 35 114 34 73
Binary 10100101 10110100 1111010 1000 0 100000 11101 1001100 11100 111011

Color Harmonies of #A5B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B47A

Black with #A5B47A

Text Example


Text Example

White with #A5B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B47A; }

 p { color: rgb(165,180,122); }

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

background-color css

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

 a { background-color: rgb(165,180,122); }

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

border-color css

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

 span { border-color: rgb(165,180,122); }

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