Html Css Color HEX #A5AE2D Bahia

📋 copy color: '#A5AE2D'

red 165 ◦ green 174 ◦ blue 45

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

Shades of Bahia #A5AE2D

Tints of Bahia #A5AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 42.97%
G = 45.31%
B = 11.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#A5AE2D (or 0xA5AE2D) is known color: Bahia. HEX triplet: A5, AE and 2D. RGB value is (165,174,45). Sum of RGB (Red+Green+Blue) = 165+174+45=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE2D is #5A51D2. Grayscale: #9D9D9D. Windows color (decimal): -5919187 or 2993829. OLE color: 2993829.

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

Color convert

RGB 165 174 45 -
CMYK 0.05 0 0.74 0.32
HSL 64.19º 0.59% 0.43% -
HSV(B) 64.19º 0.74% 0.68% -
XYZ 31.13 38.46 8.27 -
YUV 156.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 165 174 45 0.05 0 0.74 0.32 64.19 0.59 0.43
Hex A5 AE 2D 5 0 4A 20 40 3B 2B
Octal 245 256 55 5 0 112 40 100 73 53
Binary 10100101 10101110 101101 101 0 1001010 100000 1000000 111011 101011

Color Harmonies of #A5AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AE2D

Black with #A5AE2D

Text Example


Text Example

White with #A5AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AE2D; }

 p { color: rgb(165,174,45); }

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

background-color css

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

 a { background-color: rgb(165,174,45); }

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

border-color css

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

 span { border-color: rgb(165,174,45); }

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