Html Css Color HEX #A5B479 Caper

📋 copy color: '#A5B479'

red 165 ◦ green 180 ◦ blue 121

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

Shades of Caper #A5B479

Tints of Caper #A5B479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.97%

R = 35.41%
G = 38.63%
B = 25.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#A5B479 (or 0xA5B479) is known color: Caper. HEX triplet: A5, B4 and 79. RGB value is (165,180,121). Sum of RGB (Red+Green+Blue) = 165+180+121=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B479 is #5A4B86. Grayscale: #A9A9A9. Windows color (decimal): -5917575 or 7976101. OLE color: 7976101.

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

Color convert

RGB 165 180 121 -
CMYK 0.08 0 0.33 0.29
HSL 75.25º 0.28% 0.59% -
HSV(B) 75.25º 0.33% 0.71% -
XYZ 35.29 42.02 24.34 -
YUV 168.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 165 180 121 0.08 0 0.33 0.29 75.25 0.28 0.59
Hex A5 B4 79 8 0 21 1D 4B 1C 3B
Octal 245 264 171 10 0 41 35 113 34 73
Binary 10100101 10110100 1111001 1000 0 100001 11101 1001011 11100 111011

Color Harmonies of #A5B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B479

Black with #A5B479

Text Example


Text Example

White with #A5B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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