Html Css Color HEX #A5AD20 Bahia

📋 copy color: '#A5AD20'

red 165 ◦ green 173 ◦ blue 32

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

Shades of Bahia #A5AD20

Tints of Bahia #A5AD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.76%

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

R = 44.59%
G = 46.76%
B = 8.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#A5AD20 (or 0xA5AD20) is known color: Bahia. HEX triplet: A5, AD and 20. RGB value is (165,173,32). Sum of RGB (Red+Green+Blue) = 165+173+32=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD20 is #5A52DF. Grayscale: #9B9B9B. Windows color (decimal): -5919456 or 2141605. OLE color: 2141605.

HSL color Cylindrical-coordinate representation of color #A5AD20: hue angle of 63.4º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5AD20 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 32 -
CMYK 0.05 0 0.82 0.32
HSL 63.4º 0.69% 0.4% -
HSV(B) 63.4º 0.82% 0.68% -
XYZ 30.72 37.99 7.08 -
YUV 154.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 165 173 32 0.05 0 0.82 0.32 63.4 0.69 0.4
Hex A5 AD 20 5 0 52 20 3F 45 28
Octal 245 255 40 5 0 122 40 77 105 50
Binary 10100101 10101101 100000 101 0 1010010 100000 111111 1000101 101000

Color Harmonies of #A5AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD20

Black with #A5AD20

Text Example


Text Example

White with #A5AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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