Html Css Color HEX #A7AE1D Bahia

📋 copy color: '#A7AE1D'

red 167 ◦ green 174 ◦ blue 29

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

Shades of Bahia #A7AE1D

Tints of Bahia #A7AE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 45.14%
G = 47.03%
B = 7.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#A7AE1D (or 0xA7AE1D) is known color: Bahia. HEX triplet: A7, AE and 1D. RGB value is (167,174,29). Sum of RGB (Red+Green+Blue) = 167+174+29=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE1D is #5851E2. Grayscale: #9B9B9B. Windows color (decimal): -5788131 or 1945255. OLE color: 1945255.

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

Color convert

RGB 167 174 29 -
CMYK 0.04 0 0.83 0.32
HSL 62.9º 0.71% 0.4% -
HSV(B) 62.9º 0.83% 0.68% -
XYZ 31.29 38.58 6.96 -
YUV 155.38 56.68 136.29 -
System Red Green Blue C M Y K H S L
Decimal 167 174 29 0.04 0 0.83 0.32 62.9 0.71 0.4
Hex A7 AE 1D 4 0 53 20 3F 47 28
Octal 247 256 35 4 0 123 40 77 107 50
Binary 10100111 10101110 11101 100 0 1010011 100000 111111 1000111 101000

Color Harmonies of #A7AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AE1D

Black with #A7AE1D

Text Example


Text Example

White with #A7AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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