Html Css Color HEX #AFAC3C Brass

📋 copy color: '#AFAC3C'

red 175 ◦ green 172 ◦ blue 60

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

Shades of Brass #AFAC3C

Tints of Brass #AFAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.26%

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

R = 43%
G = 42.26%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AFAC3C (or 0xAFAC3C) is known color: Brass. HEX triplet: AF, AC and 3C. RGB value is (175,172,60). Sum of RGB (Red+Green+Blue) = 175+172+60=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC3C is #5053C3. Grayscale: #A0A0A0. Windows color (decimal): -5264324 or 3976367. OLE color: 3976367.

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

Color convert

RGB 175 172 60 -
CMYK 0 0.02 0.66 0.31
HSL 58.43º 0.49% 0.46% -
HSV(B) 58.43º 0.66% 0.69% -
XYZ 33.25 38.95 10.04 -
YUV 160.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 175 172 60 0 0.02 0.66 0.31 58.43 0.49 0.46
Hex AF AC 3C 0 2 42 1F 3A 31 2E
Octal 257 254 74 0 2 102 37 72 61 56
Binary 10101111 10101100 111100 0 10 1000010 11111 111010 110001 101110

Color Harmonies of #AFAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC3C

Black with #AFAC3C

Text Example


Text Example

White with #AFAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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