Html Css Color HEX #A4AE2E Bahia

📋 copy color: '#A4AE2E'

red 164 ◦ green 174 ◦ blue 46

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

Shades of Bahia #A4AE2E

Tints of Bahia #A4AE2E

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

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

 BLUE value IS 46 (18.36% from 255) = 11.98%

R = 42.71%
G = 45.31%
B = 11.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#A4AE2E (or 0xA4AE2E) is known color: Bahia. HEX triplet: A4, AE and 2E. RGB value is (164,174,46). Sum of RGB (Red+Green+Blue) = 164+174+46=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AE2E is #5B51D1. Grayscale: #9C9C9C. Windows color (decimal): -5984722 or 3059364. OLE color: 3059364.

HSL color Cylindrical-coordinate representation of color #A4AE2E: hue angle of 64.69º degrees, saturation: 0.58, 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 #A4AE2E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 174 46 -
CMYK 0.06 0 0.74 0.32
HSL 64.69º 0.58% 0.43% -
HSV(B) 64.69º 0.74% 0.68% -
XYZ 30.94 38.36 8.36 -
YUV 156.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 164 174 46 0.06 0 0.74 0.32 64.69 0.58 0.43
Hex A4 AE 2E 6 0 4A 20 41 3A 2B
Octal 244 256 56 6 0 112 40 101 72 53
Binary 10100100 10101110 101110 110 0 1001010 100000 1000001 111010 101011

Color Harmonies of #A4AE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AE2E

Black with #A4AE2E

Text Example


Text Example

White with #A4AE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AE2E; }

 p { color: rgb(164,174,46); }

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

background-color css

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

 a { background-color: rgb(164,174,46); }

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

border-color css

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

 span { border-color: rgb(164,174,46); }

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