Html Css Color HEX #AFAE46 Brass

📋 copy color: '#AFAE46'

red 175 ◦ green 174 ◦ blue 70

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

Shades of Brass #AFAE46

Tints of Brass #AFAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.71%

R = 41.77%
G = 41.53%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AFAE46 (or 0xAFAE46) is known color: Brass. HEX triplet: AF, AE and 46. RGB value is (175,174,70). Sum of RGB (Red+Green+Blue) = 175+174+70=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE46 is #5051B9. Grayscale: #A2A2A2. Windows color (decimal): -5263802 or 4632239. OLE color: 4632239.

HSL color Cylindrical-coordinate representation of color #AFAE46: hue angle of 59.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFAE46 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 70 -
CMYK 0 0.01 0.60 0.31
HSL 59.43º 0.43% 0.48% -
HSV(B) 59.43º 0.6% 0.69% -
XYZ 33.92 39.83 11.69 -
YUV 162.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 175 174 70 0 0.01 0.60 0.31 59.43 0.43 0.48
Hex AF AE 46 0 1 3C 1F 3B 2B 30
Octal 257 256 106 0 1 74 37 73 53 60
Binary 10101111 10101110 1000110 0 1 111100 11111 111011 101011 110000

Color Harmonies of #AFAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE46

Black with #AFAE46

Text Example


Text Example

White with #AFAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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