Html Css Color HEX #A8AE8A Bud

📋 copy color: '#A8AE8A'

red 168 ◦ green 174 ◦ blue 138

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

Shades of Bud #A8AE8A

Tints of Bud #A8AE8A

RGB

 RED value IS 168 (66.02% from 255) = 35%

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

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

R = 35%
G = 36.25%
B = 28.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#A8AE8A (or 0xA8AE8A) is known color: Bud. HEX triplet: A8, AE and 8A. RGB value is (168,174,138). Sum of RGB (Red+Green+Blue) = 168+174+138=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE8A is #575175. Grayscale: #A8A8A8. Windows color (decimal): -5722486 or 9088680. OLE color: 9088680.

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

Color convert

RGB 168 174 138 -
CMYK 0.03 0 0.21 0.32
HSL 70º 0.18% 0.61% -
HSV(B) 70º 0.21% 0.68% -
XYZ 35.87 40.43 29.96 -
YUV 168.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 168 174 138 0.03 0 0.21 0.32 70 0.18 0.61
Hex A8 AE 8A 3 0 15 20 46 12 3D
Octal 250 256 212 3 0 25 40 106 22 75
Binary 10101000 10101110 10001010 11 0 10101 100000 1000110 10010 111101

Color Harmonies of #A8AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE8A

Black with #A8AE8A

Text Example


Text Example

White with #A8AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE8A; }

 p { color: rgb(168,174,138); }

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

background-color css

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

 a { background-color: rgb(168,174,138); }

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

border-color css

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

 span { border-color: rgb(168,174,138); }

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