Html Css Color HEX #A5AC20 Bahia

📋 copy color: '#A5AC20'

red 165 ◦ green 172 ◦ blue 32

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

Shades of Bahia #A5AC20

Tints of Bahia #A5AC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 44.72%
G = 46.61%
B = 8.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#A5AC20 (or 0xA5AC20) is known color: Bahia. HEX triplet: A5, AC and 20. RGB value is (165,172,32). Sum of RGB (Red+Green+Blue) = 165+172+32=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC20 is #5A53DF. Grayscale: #9A9A9A. Windows color (decimal): -5919712 or 2141349. OLE color: 2141349.

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

Color convert

RGB 165 172 32 -
CMYK 0.04 0 0.81 0.33
HSL 63º 0.69% 0.4% -
HSV(B) 63º 0.81% 0.67% -
XYZ 30.53 37.61 7.02 -
YUV 153.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 165 172 32 0.04 0 0.81 0.33 63 0.69 0.4
Hex A5 AC 20 4 0 51 21 3F 45 28
Octal 245 254 40 4 0 121 41 77 105 50
Binary 10100101 10101100 100000 100 0 1010001 100001 111111 1000101 101000

Color Harmonies of #A5AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC20

Black with #A5AC20

Text Example


Text Example

White with #A5AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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