Html Css Color HEX #A5AF31 Bahia

📋 copy color: '#A5AF31'

red 165 ◦ green 175 ◦ blue 49

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

Shades of Bahia #A5AF31

Tints of Bahia #A5AF31

RGB

 RED value IS 165 (64.84% from 255) = 42.42%

 GREEN value IS 175 (68.75% from 255) = 44.99%

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 42.42%
G = 44.99%
B = 12.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#A5AF31 (or 0xA5AF31) is known color: Bahia. HEX triplet: A5, AF and 31. RGB value is (165,175,49). Sum of RGB (Red+Green+Blue) = 165+175+49=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF31 is #5A50CE. Grayscale: #9E9E9E. Windows color (decimal): -5918927 or 3256229. OLE color: 3256229.

HSL color Cylindrical-coordinate representation of color #A5AF31: hue angle of 64.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5AF31 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 175 49 -
CMYK 0.06 0 0.72 0.31
HSL 64.76º 0.56% 0.44% -
HSV(B) 64.76º 0.72% 0.69% -
XYZ 31.4 38.88 8.76 -
YUV 157.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 165 175 49 0.06 0 0.72 0.31 64.76 0.56 0.44
Hex A5 AF 31 6 0 48 1F 41 38 2C
Octal 245 257 61 6 0 110 37 101 70 54
Binary 10100101 10101111 110001 110 0 1001000 11111 1000001 111000 101100

Color Harmonies of #A5AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF31

Black with #A5AF31

Text Example


Text Example

White with #A5AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF31; }

 p { color: rgb(165,175,49); }

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

background-color css

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

 a { background-color: rgb(165,175,49); }

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

border-color css

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

 span { border-color: rgb(165,175,49); }

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