Html Css Color HEX #A4A788 Bud

📋 copy color: '#A4A788'

red 164 ◦ green 167 ◦ blue 136

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

Shades of Bud #A4A788

Tints of Bud #A4A788

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 35.12%
G = 35.76%
B = 29.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A4A788 (or 0xA4A788) is known color: Bud. HEX triplet: A4, A7 and 88. RGB value is (164,167,136). Sum of RGB (Red+Green+Blue) = 164+167+136=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A788 is #5B5877. Grayscale: #A2A2A2. Windows color (decimal): -5986424 or 8955812. OLE color: 8955812.

HSL color Cylindrical-coordinate representation of color #A4A788: hue angle of 65.81º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4A788 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 167 136 -
CMYK 0.02 0 0.19 0.35
HSL 65.81º 0.15% 0.59% -
HSV(B) 65.81º 0.19% 0.65% -
XYZ 33.57 37.31 28.72 -
YUV 162.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 164 167 136 0.02 0 0.19 0.35 65.81 0.15 0.59
Hex A4 A7 88 2 0 13 23 42 F 3B
Octal 244 247 210 2 0 23 43 102 17 73
Binary 10100100 10100111 10001000 10 0 10011 100011 1000010 1111 111011

Color Harmonies of #A4A788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A788

Black with #A4A788

Text Example


Text Example

White with #A4A788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A788; }

 p { color: rgb(164,167,136); }

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

background-color css

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

 a { background-color: rgb(164,167,136); }

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

border-color css

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

 span { border-color: rgb(164,167,136); }

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