Html Css Color HEX #A4A98A Bud

📋 copy color: '#A4A98A'

red 164 ◦ green 169 ◦ blue 138

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

Shades of Bud #A4A98A

Tints of Bud #A4A98A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

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

R = 34.82%
G = 35.88%
B = 29.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A4A98A (or 0xA4A98A) is known color: Bud. HEX triplet: A4, A9 and 8A. RGB value is (164,169,138). Sum of RGB (Red+Green+Blue) = 164+169+138=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A98A is #5B5675. Grayscale: #A4A4A4. Windows color (decimal): -5985910 or 9087396. OLE color: 9087396.

HSL color Cylindrical-coordinate representation of color #A4A98A: hue angle of 69.68º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4A98A is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 169 138 -
CMYK 0.03 0 0.18 0.34
HSL 69.68º 0.15% 0.6% -
HSV(B) 69.68º 0.18% 0.66% -
XYZ 34.09 38.1 29.6 -
YUV 163.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 164 169 138 0.03 0 0.18 0.34 69.68 0.15 0.6
Hex A4 A9 8A 3 0 12 22 46 F 3C
Octal 244 251 212 3 0 22 42 106 17 74
Binary 10100100 10101001 10001010 11 0 10010 100010 1000110 1111 111100

Color Harmonies of #A4A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A98A

Black with #A4A98A

Text Example


Text Example

White with #A4A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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