Html Css Color HEX #A3AD29 Bahia

📋 copy color: '#A3AD29'

red 163 ◦ green 173 ◦ blue 41

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

Shades of Bahia #A3AD29

Tints of Bahia #A3AD29

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

 GREEN value IS 173 (67.97% from 255) = 45.89%

 BLUE value IS 41 (16.41% from 255) = 10.88%

R = 43.24%
G = 45.89%
B = 10.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#A3AD29 (or 0xA3AD29) is known color: Bahia. HEX triplet: A3, AD and 29. RGB value is (163,173,41). Sum of RGB (Red+Green+Blue) = 163+173+41=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 41 (16.41% from 255 or 10.88% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD29 is #5C52D6. Grayscale: #9B9B9B. Windows color (decimal): -6050519 or 2731427. OLE color: 2731427.

HSL color Cylindrical-coordinate representation of color #A3AD29: hue angle of 64.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3AD29 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 41 -
CMYK 0.06 0 0.76 0.32
HSL 64.55º 0.62% 0.42% -
HSV(B) 64.55º 0.76% 0.68% -
XYZ 30.45 37.83 7.8 -
YUV 154.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 163 173 41 0.06 0 0.76 0.32 64.55 0.62 0.42
Hex A3 AD 29 6 0 4C 20 41 3E 2A
Octal 243 255 51 6 0 114 40 101 76 52
Binary 10100011 10101101 101001 110 0 1001100 100000 1000001 111110 101010

Color Harmonies of #A3AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD29

Black with #A3AD29

Text Example


Text Example

White with #A3AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD29; }

 p { color: rgb(163,173,41); }

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

background-color css

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

 a { background-color: rgb(163,173,41); }

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

border-color css

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

 span { border-color: rgb(163,173,41); }

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