Html Css Color HEX #AFA03E Brass

📋 copy color: '#AFA03E'

red 175 ◦ green 160 ◦ blue 62

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

Shades of Brass #AFA03E

Tints of Brass #AFA03E

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 44.08%
G = 40.3%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA03E (or 0xAFA03E) is known color: Brass. HEX triplet: AF, A0 and 3E. RGB value is (175,160,62). Sum of RGB (Red+Green+Blue) = 175+160+62=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA03E is #505FC1. Grayscale: #999999. Windows color (decimal): -5267394 or 4104367. OLE color: 4104367.

HSL color Cylindrical-coordinate representation of color #AFA03E: hue angle of 52.04º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFA03E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 62 -
CMYK 0 0.09 0.65 0.31
HSL 52.04º 0.48% 0.46% -
HSV(B) 52.04º 0.65% 0.69% -
XYZ 31.12 34.6 9.6 -
YUV 153.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 175 160 62 0 0.09 0.65 0.31 52.04 0.48 0.46
Hex AF A0 3E 0 9 41 1F 34 30 2E
Octal 257 240 76 0 11 101 37 64 60 56
Binary 10101111 10100000 111110 0 1001 1000001 11111 110100 110000 101110

Color Harmonies of #AFA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA03E

Black with #AFA03E

Text Example


Text Example

White with #AFA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA03E; }

 p { color: rgb(175,160,62); }

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

background-color css

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

 a { background-color: rgb(175,160,62); }

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

border-color css

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

 span { border-color: rgb(175,160,62); }

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