Html Css Color HEX #A4A78A Bud

📋 copy color: '#A4A78A'

red 164 ◦ green 167 ◦ blue 138

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

Shades of Bud #A4A78A

Tints of Bud #A4A78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 34.97%
G = 35.61%
B = 29.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A4A78A (or 0xA4A78A) is known color: Bud. HEX triplet: A4, A7 and 8A. RGB value is (164,167,138). Sum of RGB (Red+Green+Blue) = 164+167+138=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A78A is #5B5875. Grayscale: #A2A2A2. Windows color (decimal): -5986422 or 9086884. OLE color: 9086884.

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

Color convert

RGB 164 167 138 -
CMYK 0.02 0 0.17 0.35
HSL 66.21º 0.14% 0.6% -
HSV(B) 66.21º 0.17% 0.65% -
XYZ 33.72 37.36 29.48 -
YUV 162.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 164 167 138 0.02 0 0.17 0.35 66.21 0.14 0.6
Hex A4 A7 8A 2 0 11 23 42 E 3C
Octal 244 247 212 2 0 21 43 102 16 74
Binary 10100100 10100111 10001010 10 0 10001 100011 1000010 1110 111100

Color Harmonies of #A4A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A78A

Black with #A4A78A

Text Example


Text Example

White with #A4A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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