Html Css Color HEX #A4B67E Caper

📋 copy color: '#A4B67E'

red 164 ◦ green 182 ◦ blue 126

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

Shades of Caper #A4B67E

Tints of Caper #A4B67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 34.75%
G = 38.56%
B = 26.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#A4B67E (or 0xA4B67E) is known color: Caper. HEX triplet: A4, B6 and 7E. RGB value is (164,182,126). Sum of RGB (Red+Green+Blue) = 164+182+126=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B67E is #5B4981. Grayscale: #AAAAAA. Windows color (decimal): -5982594 or 8304292. OLE color: 8304292.

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

Color convert

RGB 164 182 126 -
CMYK 0.10 0 0.31 0.29
HSL 79.29º 0.28% 0.6% -
HSV(B) 79.29º 0.31% 0.71% -
XYZ 35.8 42.85 26.12 -
YUV 170.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 164 182 126 0.10 0 0.31 0.29 79.29 0.28 0.6
Hex A4 B6 7E A 0 1F 1D 4F 1C 3C
Octal 244 266 176 12 0 37 35 117 34 74
Binary 10100100 10110110 1111110 1010 0 11111 11101 1001111 11100 111100

Color Harmonies of #A4B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B67E

Black with #A4B67E

Text Example


Text Example

White with #A4B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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