Html Css Color HEX #AFA93E Brass

📋 copy color: '#AFA93E'

red 175 ◦ green 169 ◦ blue 62

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

Shades of Brass #AFA93E

Tints of Brass #AFA93E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

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

R = 43.1%
G = 41.63%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA93E (or 0xAFA93E) is known color: Brass. HEX triplet: AF, A9 and 3E. RGB value is (175,169,62). Sum of RGB (Red+Green+Blue) = 175+169+62=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA93E is #5056C1. Grayscale: #9F9F9F. Windows color (decimal): -5265090 or 4106671. OLE color: 4106671.

HSL color Cylindrical-coordinate representation of color #AFA93E: hue angle of 56.81º 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 #AFA93E is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 62 -
CMYK 0 0.03 0.65 0.31
HSL 56.81º 0.48% 0.46% -
HSV(B) 56.81º 0.65% 0.69% -
XYZ 32.74 37.84 10.14 -
YUV 158.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 175 169 62 0 0.03 0.65 0.31 56.81 0.48 0.46
Hex AF A9 3E 0 3 41 1F 39 30 2E
Octal 257 251 76 0 3 101 37 71 60 56
Binary 10101111 10101001 111110 0 11 1000001 11111 111001 110000 101110

Color Harmonies of #AFA93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA93E

Black with #AFA93E

Text Example


Text Example

White with #AFA93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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