Html Css Color HEX #AFAC3F Brass

📋 copy color: '#AFAC3F'

red 175 ◦ green 172 ◦ blue 63

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

Shades of Brass #AFAC3F

Tints of Brass #AFAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 42.68%
G = 41.95%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AFAC3F (or 0xAFAC3F) is known color: Brass. HEX triplet: AF, AC and 3F. RGB value is (175,172,63). Sum of RGB (Red+Green+Blue) = 175+172+63=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC3F is #5053C0. Grayscale: #A0A0A0. Windows color (decimal): -5264321 or 4172975. OLE color: 4172975.

HSL color Cylindrical-coordinate representation of color #AFAC3F: hue angle of 58.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFAC3F is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 172 63 -
CMYK 0 0.02 0.64 0.31
HSL 58.39º 0.47% 0.47% -
HSV(B) 58.39º 0.64% 0.69% -
XYZ 33.33 38.98 10.47 -
YUV 160.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 175 172 63 0 0.02 0.64 0.31 58.39 0.47 0.47
Hex AF AC 3F 0 2 40 1F 3A 2F 2F
Octal 257 254 77 0 2 100 37 72 57 57
Binary 10101111 10101100 111111 0 10 1000000 11111 111010 101111 101111

Color Harmonies of #AFAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC3F

Black with #AFAC3F

Text Example


Text Example

White with #AFAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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