Html Css Color HEX #AFAC4C Brass

📋 copy color: '#AFAC4C'

red 175 ◦ green 172 ◦ blue 76

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

Shades of Brass #AFAC4C

Tints of Brass #AFAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 41.37%
G = 40.66%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AFAC4C (or 0xAFAC4C) is known color: Brass. HEX triplet: AF, AC and 4C. RGB value is (175,172,76). Sum of RGB (Red+Green+Blue) = 175+172+76=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC4C is #5053B3. Grayscale: #A2A2A2. Windows color (decimal): -5264308 or 5024943. OLE color: 5024943.

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

Color convert

RGB 175 172 76 -
CMYK 0 0.02 0.57 0.31
HSL 58.18º 0.39% 0.49% -
HSV(B) 58.18º 0.57% 0.69% -
XYZ 33.74 39.14 12.61 -
YUV 161.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 175 172 76 0 0.02 0.57 0.31 58.18 0.39 0.49
Hex AF AC 4C 0 2 39 1F 3A 27 31
Octal 257 254 114 0 2 71 37 72 47 61
Binary 10101111 10101100 1001100 0 10 111001 11111 111010 100111 110001

Color Harmonies of #AFAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC4C

Black with #AFAC4C

Text Example


Text Example

White with #AFAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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