Html Css Color HEX #A5AD2A Bahia

📋 copy color: '#A5AD2A'

red 165 ◦ green 173 ◦ blue 42

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

Shades of Bahia #A5AD2A

Tints of Bahia #A5AD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 43.42%
G = 45.53%
B = 11.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#A5AD2A (or 0xA5AD2A) is known color: Bahia. HEX triplet: A5, AD and 2A. RGB value is (165,173,42). Sum of RGB (Red+Green+Blue) = 165+173+42=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD2A is #5A52D5. Grayscale: #9C9C9C. Windows color (decimal): -5919446 or 2796965. OLE color: 2796965.

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

Color convert

RGB 165 173 42 -
CMYK 0.05 0 0.76 0.32
HSL 63.66º 0.61% 0.42% -
HSV(B) 63.66º 0.76% 0.68% -
XYZ 30.88 38.05 7.91 -
YUV 155.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 165 173 42 0.05 0 0.76 0.32 63.66 0.61 0.42
Hex A5 AD 2A 5 0 4C 20 40 3D 2A
Octal 245 255 52 5 0 114 40 100 75 52
Binary 10100101 10101101 101010 101 0 1001100 100000 1000000 111101 101010

Color Harmonies of #A5AD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD2A

Black with #A5AD2A

Text Example


Text Example

White with #A5AD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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