Html Css Color HEX #A4A88A Bud

📋 copy color: '#A4A88A'

red 164 ◦ green 168 ◦ blue 138

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

Shades of Bud #A4A88A

Tints of Bud #A4A88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 34.89%
G = 35.74%
B = 29.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A4A88A (or 0xA4A88A) is known color: Bud. HEX triplet: A4, A8 and 8A. RGB value is (164,168,138). Sum of RGB (Red+Green+Blue) = 164+168+138=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A88A is #5B5775. Grayscale: #A3A3A3. Windows color (decimal): -5986166 or 9087140. OLE color: 9087140.

HSL color Cylindrical-coordinate representation of color #A4A88A: hue angle of 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 #A4A88A is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 138 -
CMYK 0.02 0 0.18 0.34
HSL 68º 0.15% 0.6% -
HSV(B) 68º 0.18% 0.66% -
XYZ 33.9 37.73 29.54 -
YUV 163.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 164 168 138 0.02 0 0.18 0.34 68 0.15 0.6
Hex A4 A8 8A 2 0 12 22 44 F 3C
Octal 244 250 212 2 0 22 42 104 17 74
Binary 10100100 10101000 10001010 10 0 10010 100010 1000100 1111 111100

Color Harmonies of #A4A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A88A

Black with #A4A88A

Text Example


Text Example

White with #A4A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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