Html Css Color HEX #AAB723 Bahia

📋 copy color: '#AAB723'

red 170 ◦ green 183 ◦ blue 35

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

Shades of Bahia #AAB723

Tints of Bahia #AAB723

RGB

 RED value IS 170 (66.8% from 255) = 43.81%

 GREEN value IS 183 (71.88% from 255) = 47.16%

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

R = 43.81%
G = 47.16%
B = 9.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#AAB723 (or 0xAAB723) is known color: Bahia. HEX triplet: AA, B7 and 23. RGB value is (170,183,35). Sum of RGB (Red+Green+Blue) = 170+183+35=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB723 is #5548DC. Grayscale: #A2A2A2. Windows color (decimal): -5589213 or 2340778. OLE color: 2340778.

HSL color Cylindrical-coordinate representation of color #AAB723: hue angle of 65.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB723 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 35 -
CMYK 0.07 0 0.81 0.28
HSL 65.27º 0.68% 0.43% -
HSV(B) 65.27º 0.81% 0.72% -
XYZ 33.81 42.53 8.02 -
YUV 162.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 170 183 35 0.07 0 0.81 0.28 65.27 0.68 0.43
Hex AA B7 23 7 0 51 1C 41 44 2B
Octal 252 267 43 7 0 121 34 101 104 53
Binary 10101010 10110111 100011 111 0 1010001 11100 1000001 1000100 101011

Color Harmonies of #AAB723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB723

Black with #AAB723

Text Example


Text Example

White with #AAB723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB723; }

 p { color: rgb(170,183,35); }

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

background-color css

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

 a { background-color: rgb(170,183,35); }

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

border-color css

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

 span { border-color: rgb(170,183,35); }

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