Html Css Color HEX #A0A78F Bud

📋 copy color: '#A0A78F'

red 160 ◦ green 167 ◦ blue 143

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

Shades of Bud #A0A78F

Tints of Bud #A0A78F

RGB

 RED value IS 160 (62.89% from 255) = 34.04%

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

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 34.04%
G = 35.53%
B = 30.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A0A78F (or 0xA0A78F) is known color: Bud. HEX triplet: A0, A7 and 8F. RGB value is (160,167,143). Sum of RGB (Red+Green+Blue) = 160+167+143=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A78F is #5F5870. Grayscale: #A2A2A2. Windows color (decimal): -6248561 or 9414560. OLE color: 9414560.

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

Color convert

RGB 160 167 143 -
CMYK 0.04 0 0.14 0.35
HSL 77.5º 0.12% 0.61% -
HSV(B) 77.5º 0.14% 0.65% -
XYZ 33.27 37.09 31.39 -
YUV 162.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 160 167 143 0.04 0 0.14 0.35 77.5 0.12 0.61
Hex A0 A7 8F 4 0 E 23 4E C 3D
Octal 240 247 217 4 0 16 43 116 14 75
Binary 10100000 10100111 10001111 100 0 1110 100011 1001110 1100 111101

Color Harmonies of #A0A78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A78F

Black with #A0A78F

Text Example


Text Example

White with #A0A78F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A78F; }

 p { color: rgb(160,167,143); }

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

background-color css

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

 a { background-color: rgb(160,167,143); }

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

border-color css

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

 span { border-color: rgb(160,167,143); }

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