Html Css Color HEX #A0AE23 Bahia

📋 copy color: '#A0AE23'

red 160 ◦ green 174 ◦ blue 35

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

Shades of Bahia #A0AE23

Tints of Bahia #A0AE23

RGB

 RED value IS 160 (62.89% from 255) = 43.36%

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

 BLUE value IS 35 (14.06% from 255) = 9.49%

R = 43.36%
G = 47.15%
B = 9.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#A0AE23 (or 0xA0AE23) is known color: Bahia. HEX triplet: A0, AE and 23. RGB value is (160,174,35). Sum of RGB (Red+Green+Blue) = 160+174+35=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE23 is #5F51DC. Grayscale: #9A9A9A. Windows color (decimal): -6246877 or 2338464. OLE color: 2338464.

HSL color Cylindrical-coordinate representation of color #A0AE23: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0AE23 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 35 -
CMYK 0.08 0 0.80 0.32
HSL 66.04º 0.67% 0.41% -
HSV(B) 66.04º 0.8% 0.68% -
XYZ 29.94 37.87 7.32 -
YUV 153.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 160 174 35 0.08 0 0.80 0.32 66.04 0.67 0.41
Hex A0 AE 23 8 0 50 20 42 43 29
Octal 240 256 43 10 0 120 40 102 103 51
Binary 10100000 10101110 100011 1000 0 1010000 100000 1000010 1000011 101001

Color Harmonies of #A0AE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE23

Black with #A0AE23

Text Example


Text Example

White with #A0AE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE23; }

 p { color: rgb(160,174,35); }

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

background-color css

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

 a { background-color: rgb(160,174,35); }

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

border-color css

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

 span { border-color: rgb(160,174,35); }

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