Html Css Color HEX #AFAC32 Brass

📋 copy color: '#AFAC32'

red 175 ◦ green 172 ◦ blue 50

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

Shades of Brass #AFAC32

Tints of Brass #AFAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 44.08%
G = 43.32%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFAC32 (or 0xAFAC32) is known color: Brass. HEX triplet: AF, AC and 32. RGB value is (175,172,50). Sum of RGB (Red+Green+Blue) = 175+172+50=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC32 is #5053CD. Grayscale: #9F9F9F. Windows color (decimal): -5264334 or 3321007. OLE color: 3321007.

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

Color convert

RGB 175 172 50 -
CMYK 0 0.02 0.71 0.31
HSL 58.56º 0.56% 0.44% -
HSV(B) 58.56º 0.71% 0.69% -
XYZ 33.01 38.85 8.78 -
YUV 158.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 175 172 50 0 0.02 0.71 0.31 58.56 0.56 0.44
Hex AF AC 32 0 2 47 1F 3B 38 2C
Octal 257 254 62 0 2 107 37 73 70 54
Binary 10101111 10101100 110010 0 10 1000111 11111 111011 111000 101100

Color Harmonies of #AFAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC32

Black with #AFAC32

Text Example


Text Example

White with #AFAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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