Html Css Color HEX #A4A693 Bud

📋 copy color: '#A4A693'

red 164 ◦ green 166 ◦ blue 147

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

Shades of Bud #A4A693

Tints of Bud #A4A693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.8%

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 34.38%
G = 34.8%
B = 30.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A4A693 (or 0xA4A693) is known color: Bud. HEX triplet: A4, A6 and 93. RGB value is (164,166,147). Sum of RGB (Red+Green+Blue) = 164+166+147=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A693 is #5B596C. Grayscale: #A3A3A3. Windows color (decimal): -5986669 or 9676452. OLE color: 9676452.

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

Color convert

RGB 164 166 147 -
CMYK 0.01 0 0.11 0.35
HSL 66.32º 0.1% 0.61% -
HSV(B) 66.32º 0.11% 0.65% -
XYZ 34.21 37.27 32.99 -
YUV 163.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 164 166 147 0.01 0 0.11 0.35 66.32 0.1 0.61
Hex A4 A6 93 1 0 B 23 42 A 3D
Octal 244 246 223 1 0 13 43 102 12 75
Binary 10100100 10100110 10010011 1 0 1011 100011 1000010 1010 111101

Color Harmonies of #A4A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A693

Black with #A4A693

Text Example


Text Example

White with #A4A693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A693; }

 p { color: rgb(164,166,147); }

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

background-color css

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

 a { background-color: rgb(164,166,147); }

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

border-color css

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

 span { border-color: rgb(164,166,147); }

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