Html Css Color HEX #AFAE3C Brass

📋 copy color: '#AFAE3C'

red 175 ◦ green 174 ◦ blue 60

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

Shades of Brass #AFAE3C

Tints of Brass #AFAE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 42.79%
G = 42.54%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFAE3C (or 0xAFAE3C) is known color: Brass. HEX triplet: AF, AE and 3C. RGB value is (175,174,60). Sum of RGB (Red+Green+Blue) = 175+174+60=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE3C is #5051C3. Grayscale: #A1A1A1. Windows color (decimal): -5263812 or 3976879. OLE color: 3976879.

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

Color convert

RGB 175 174 60 -
CMYK 0 0.01 0.66 0.31
HSL 59.48º 0.49% 0.46% -
HSV(B) 59.48º 0.66% 0.69% -
XYZ 33.63 39.71 10.17 -
YUV 161.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 175 174 60 0 0.01 0.66 0.31 59.48 0.49 0.46
Hex AF AE 3C 0 1 42 1F 3B 31 2E
Octal 257 256 74 0 1 102 37 73 61 56
Binary 10101111 10101110 111100 0 1 1000010 11111 111011 110001 101110

Color Harmonies of #AFAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE3C

Black with #AFAE3C

Text Example


Text Example

White with #AFAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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