Html Css Color HEX #A4B67F Caper

📋 copy color: '#A4B67F'

red 164 ◦ green 182 ◦ blue 127

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

Shades of Caper #A4B67F

Tints of Caper #A4B67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.85%

R = 34.67%
G = 38.48%
B = 26.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#A4B67F (or 0xA4B67F) is known color: Caper. HEX triplet: A4, B6 and 7F. RGB value is (164,182,127). Sum of RGB (Red+Green+Blue) = 164+182+127=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B67F is #5B4980. Grayscale: #AAAAAA. Windows color (decimal): -5982593 or 8369828. OLE color: 8369828.

HSL color Cylindrical-coordinate representation of color #A4B67F: hue angle of 79.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4B67F is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 182 127 -
CMYK 0.10 0 0.30 0.29
HSL 79.64º 0.27% 0.61% -
HSV(B) 79.64º 0.3% 0.71% -
XYZ 35.87 42.88 26.47 -
YUV 170.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 164 182 127 0.10 0 0.30 0.29 79.64 0.27 0.61
Hex A4 B6 7F A 0 1E 1D 50 1B 3D
Octal 244 266 177 12 0 36 35 120 33 75
Binary 10100100 10110110 1111111 1010 0 11110 11101 1010000 11011 111101

Color Harmonies of #A4B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B67F

Black with #A4B67F

Text Example


Text Example

White with #A4B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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