Html Css Color HEX #A5AF30 Bahia

📋 copy color: '#A5AF30'

red 165 ◦ green 175 ◦ blue 48

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

Shades of Bahia #A5AF30

Tints of Bahia #A5AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.37%

R = 42.53%
G = 45.1%
B = 12.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#A5AF30 (or 0xA5AF30) is known color: Bahia. HEX triplet: A5, AF and 30. RGB value is (165,175,48). Sum of RGB (Red+Green+Blue) = 165+175+48=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF30 is #5A50CF. Grayscale: #9E9E9E. Windows color (decimal): -5918928 or 3190693. OLE color: 3190693.

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

Color convert

RGB 165 175 48 -
CMYK 0.06 0 0.73 0.31
HSL 64.72º 0.57% 0.44% -
HSV(B) 64.72º 0.73% 0.69% -
XYZ 31.38 38.87 8.65 -
YUV 157.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 165 175 48 0.06 0 0.73 0.31 64.72 0.57 0.44
Hex A5 AF 30 6 0 49 1F 41 39 2C
Octal 245 257 60 6 0 111 37 101 71 54
Binary 10100101 10101111 110000 110 0 1001001 11111 1000001 111001 101100

Color Harmonies of #A5AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AF30

Black with #A5AF30

Text Example


Text Example

White with #A5AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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