Html Css Color HEX #A4B682 Caper

📋 copy color: '#A4B682'

red 164 ◦ green 182 ◦ blue 130

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

Shades of Caper #A4B682

Tints of Caper #A4B682

RGB

 RED value IS 164 (64.45% from 255) = 34.45%

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

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 34.45%
G = 38.24%
B = 27.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A4B682 (or 0xA4B682) is known color: Caper. HEX triplet: A4, B6 and 82. RGB value is (164,182,130). Sum of RGB (Red+Green+Blue) = 164+182+130=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B682 is #5B497D. Grayscale: #AAAAAA. Windows color (decimal): -5982590 or 8566436. OLE color: 8566436.

HSL color Cylindrical-coordinate representation of color #A4B682: hue angle of 80.77º degrees, saturation: 0.26, 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 #A4B682 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 182 130 -
CMYK 0.10 0 0.29 0.29
HSL 80.77º 0.26% 0.61% -
HSV(B) 80.77º 0.29% 0.71% -
XYZ 36.07 42.96 27.51 -
YUV 170.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 164 182 130 0.10 0 0.29 0.29 80.77 0.26 0.61
Hex A4 B6 82 A 0 1D 1D 51 1A 3D
Octal 244 266 202 12 0 35 35 121 32 75
Binary 10100100 10110110 10000010 1010 0 11101 11101 1010001 11010 111101

Color Harmonies of #A4B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B682

Black with #A4B682

Text Example


Text Example

White with #A4B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B682; }

 p { color: rgb(164,182,130); }

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

background-color css

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

 a { background-color: rgb(164,182,130); }

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

border-color css

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

 span { border-color: rgb(164,182,130); }

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