Html Css Color HEX #AFAE39 Brass

📋 copy color: '#AFAE39'

red 175 ◦ green 174 ◦ blue 57

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

Shades of Brass #AFAE39

Tints of Brass #AFAE39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.04%

R = 43.1%
G = 42.86%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFAE39 (or 0xAFAE39) is known color: Brass. HEX triplet: AF, AE and 39. RGB value is (175,174,57). Sum of RGB (Red+Green+Blue) = 175+174+57=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE39 is #5051C6. Grayscale: #A1A1A1. Windows color (decimal): -5263815 or 3780271. OLE color: 3780271.

HSL color Cylindrical-coordinate representation of color #AFAE39: hue angle of 59.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFAE39 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 57 -
CMYK 0 0.01 0.67 0.31
HSL 59.49º 0.51% 0.45% -
HSV(B) 59.49º 0.67% 0.69% -
XYZ 33.55 39.68 9.76 -
YUV 160.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 175 174 57 0 0.01 0.67 0.31 59.49 0.51 0.45
Hex AF AE 39 0 1 43 1F 3B 33 2D
Octal 257 256 71 0 1 103 37 73 63 55
Binary 10101111 10101110 111001 0 1 1000011 11111 111011 110011 101101

Color Harmonies of #AFAE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE39

Black with #AFAE39

Text Example


Text Example

White with #AFAE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE39; }

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

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

background-color css

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

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

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

border-color css

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

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

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