Html Css Color HEX #A9B384 Caper

📋 copy color: '#A9B384'

red 169 ◦ green 179 ◦ blue 132

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

Shades of Caper #A9B384

Tints of Caper #A9B384

RGB

 RED value IS 169 (66.41% from 255) = 35.21%

 GREEN value IS 179 (70.31% from 255) = 37.29%

 BLUE value IS 132 (51.95% from 255) = 27.5%

R = 35.21%
G = 37.29%
B = 27.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#A9B384 (or 0xA9B384) is known color: Caper. HEX triplet: A9, B3 and 84. RGB value is (169,179,132). Sum of RGB (Red+Green+Blue) = 169+179+132=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B384 is #564C7B. Grayscale: #AAAAAA. Windows color (decimal): -5655676 or 8696745. OLE color: 8696745.

HSL color Cylindrical-coordinate representation of color #A9B384: hue angle of 72.77º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9B384 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 132 -
CMYK 0.06 0 0.26 0.30
HSL 72.77º 0.24% 0.61% -
HSV(B) 72.77º 0.26% 0.7% -
XYZ 36.65 42.34 28.07 -
YUV 170.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 169 179 132 0.06 0 0.26 0.30 72.77 0.24 0.61
Hex A9 B3 84 6 0 1A 1E 49 18 3D
Octal 251 263 204 6 0 32 36 111 30 75
Binary 10101001 10110011 10000100 110 0 11010 11110 1001001 11000 111101

Color Harmonies of #A9B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B384

Black with #A9B384

Text Example


Text Example

White with #A9B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B384; }

 p { color: rgb(169,179,132); }

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

background-color css

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

 a { background-color: rgb(169,179,132); }

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

border-color css

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

 span { border-color: rgb(169,179,132); }

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