Html Css Color HEX #A7AE88 Bud

📋 copy color: '#A7AE88'

red 167 ◦ green 174 ◦ blue 136

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

Shades of Bud #A7AE88

Tints of Bud #A7AE88

RGB

 RED value IS 167 (65.63% from 255) = 35.01%

 GREEN value IS 174 (68.36% from 255) = 36.48%

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

R = 35.01%
G = 36.48%
B = 28.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#A7AE88 (or 0xA7AE88) is known color: Bud. HEX triplet: A7, AE and 88. RGB value is (167,174,136). Sum of RGB (Red+Green+Blue) = 167+174+136=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AE88 is #585177. Grayscale: #A7A7A7. Windows color (decimal): -5788024 or 8957607. OLE color: 8957607.

HSL color Cylindrical-coordinate representation of color #A7AE88: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7AE88 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 136 -
CMYK 0.04 0 0.22 0.32
HSL 71.05º 0.19% 0.61% -
HSV(B) 71.05º 0.22% 0.68% -
XYZ 35.52 40.27 29.19 -
YUV 167.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 167 174 136 0.04 0 0.22 0.32 71.05 0.19 0.61
Hex A7 AE 88 4 0 16 20 47 13 3D
Octal 247 256 210 4 0 26 40 107 23 75
Binary 10100111 10101110 10001000 100 0 10110 100000 1000111 10011 111101

Color Harmonies of #A7AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE88

Black with #A7AE88

Text Example


Text Example

White with #A7AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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