Html Css Color HEX #A5AC8F Bud

📋 copy color: '#A5AC8F'

red 165 ◦ green 172 ◦ blue 143

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

Shades of Bud #A5AC8F

Tints of Bud #A5AC8F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 34.38%
G = 35.83%
B = 29.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#A5AC8F (or 0xA5AC8F) is known color: Bud. HEX triplet: A5, AC and 8F. RGB value is (165,172,143). Sum of RGB (Red+Green+Blue) = 165+172+143=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC8F is #5A5370. Grayscale: #A6A6A6. Windows color (decimal): -5919601 or 9415845. OLE color: 9415845.

HSL color Cylindrical-coordinate representation of color #A5AC8F: hue angle of 74.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5AC8F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 143 -
CMYK 0.04 0 0.17 0.33
HSL 74.48º 0.15% 0.62% -
HSV(B) 74.48º 0.17% 0.67% -
XYZ 35.23 39.49 31.75 -
YUV 166.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 165 172 143 0.04 0 0.17 0.33 74.48 0.15 0.62
Hex A5 AC 8F 4 0 11 21 4A F 3E
Octal 245 254 217 4 0 21 41 112 17 76
Binary 10100101 10101100 10001111 100 0 10001 100001 1001010 1111 111110

Color Harmonies of #A5AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC8F

Black with #A5AC8F

Text Example


Text Example

White with #A5AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC8F; }

 p { color: rgb(165,172,143); }

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

background-color css

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

 a { background-color: rgb(165,172,143); }

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

border-color css

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

 span { border-color: rgb(165,172,143); }

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