Html Css Color HEX #A5A88C Bud

📋 copy color: '#A5A88C'

red 165 ◦ green 168 ◦ blue 140

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

Shades of Bud #A5A88C

Tints of Bud #A5A88C

RGB

 RED value IS 165 (64.84% from 255) = 34.88%

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 34.88%
G = 35.52%
B = 29.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A5A88C (or 0xA5A88C) is known color: Bud. HEX triplet: A5, A8 and 8C. RGB value is (165,168,140). Sum of RGB (Red+Green+Blue) = 165+168+140=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A88C is #5A5773. Grayscale: #A4A4A4. Windows color (decimal): -5920628 or 9218213. OLE color: 9218213.

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

Color convert

RGB 165 168 140 -
CMYK 0.02 0 0.17 0.34
HSL 66.43º 0.14% 0.6% -
HSV(B) 66.43º 0.17% 0.66% -
XYZ 34.25 37.9 30.32 -
YUV 163.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 165 168 140 0.02 0 0.17 0.34 66.43 0.14 0.6
Hex A5 A8 8C 2 0 11 22 42 E 3C
Octal 245 250 214 2 0 21 42 102 16 74
Binary 10100101 10101000 10001100 10 0 10001 100010 1000010 1110 111100

Color Harmonies of #A5A88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A88C

Black with #A5A88C

Text Example


Text Example

White with #A5A88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A88C; }

 p { color: rgb(165,168,140); }

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

background-color css

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

 a { background-color: rgb(165,168,140); }

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

border-color css

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

 span { border-color: rgb(165,168,140); }

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