Html Css Color HEX #AFAE3E Brass

📋 copy color: '#AFAE3E'

red 175 ◦ green 174 ◦ blue 62

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

Shades of Brass #AFAE3E

Tints of Brass #AFAE3E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

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

R = 42.58%
G = 42.34%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFAE3E (or 0xAFAE3E) is known color: Brass. HEX triplet: AF, AE and 3E. RGB value is (175,174,62). Sum of RGB (Red+Green+Blue) = 175+174+62=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE3E is #5051C1. Grayscale: #A1A1A1. Windows color (decimal): -5263810 or 4107951. OLE color: 4107951.

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

Color convert

RGB 175 174 62 -
CMYK 0 0.01 0.65 0.31
HSL 59.47º 0.48% 0.46% -
HSV(B) 59.47º 0.65% 0.69% -
XYZ 33.68 39.73 10.45 -
YUV 161.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 175 174 62 0 0.01 0.65 0.31 59.47 0.48 0.46
Hex AF AE 3E 0 1 41 1F 3B 30 2E
Octal 257 256 76 0 1 101 37 73 60 56
Binary 10101111 10101110 111110 0 1 1000001 11111 111011 110000 101110

Color Harmonies of #AFAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE3E

Black with #AFAE3E

Text Example


Text Example

White with #AFAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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