Html Css Color HEX #ACAF3F Brass

📋 copy color: '#ACAF3F'

red 172 ◦ green 175 ◦ blue 63

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

Shades of Brass #ACAF3F

Tints of Brass #ACAF3F

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 172 175 63 -
CMYK 0.02 0 0.64 0.31
HSL 61.61º 0.47% 0.47% -
HSV(B) 61.61º 0.64% 0.69% -
XYZ 33.24 39.79 10.63 -
YUV 161.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 172 175 63 0.02 0 0.64 0.31 61.61 0.47 0.47
Hex AC AF 3F 2 0 40 1F 3E 2F 2F
Octal 254 257 77 2 0 100 37 76 57 57
Binary 10101100 10101111 111111 10 0 1000000 11111 111110 101111 101111

Color Harmonies of #ACAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF3F

Black with #ACAF3F

Text Example


Text Example

White with #ACAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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