Html Css Color HEX #A7AE20 Bahia

📋 copy color: '#A7AE20'

red 167 ◦ green 174 ◦ blue 32

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

Shades of Bahia #A7AE20

Tints of Bahia #A7AE20

RGB

 RED value IS 167 (65.63% from 255) = 44.77%

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

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 44.77%
G = 46.65%
B = 8.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#A7AE20 (or 0xA7AE20) is known color: Bahia. HEX triplet: A7, AE and 20. RGB value is (167,174,32). Sum of RGB (Red+Green+Blue) = 167+174+32=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE20 is #5851DF. Grayscale: #9C9C9C. Windows color (decimal): -5788128 or 2141863. OLE color: 2141863.

HSL color Cylindrical-coordinate representation of color #A7AE20: hue angle of 62.96º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7AE20 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 174 32 -
CMYK 0.04 0 0.82 0.32
HSL 62.96º 0.69% 0.4% -
HSV(B) 62.96º 0.82% 0.68% -
XYZ 31.33 38.59 7.16 -
YUV 155.72 58.18 136.05 -
System Red Green Blue C M Y K H S L
Decimal 167 174 32 0.04 0 0.82 0.32 62.96 0.69 0.4
Hex A7 AE 20 4 0 52 20 3F 45 28
Octal 247 256 40 4 0 122 40 77 105 50
Binary 10100111 10101110 100000 100 0 1010010 100000 111111 1000101 101000

Color Harmonies of #A7AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE20

Black with #A7AE20

Text Example


Text Example

White with #A7AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE20; }

 p { color: rgb(167,174,32); }

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

background-color css

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

 a { background-color: rgb(167,174,32); }

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

border-color css

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

 span { border-color: rgb(167,174,32); }

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