Html Css Color HEX #AFAE32 Brass

📋 copy color: '#AFAE32'

red 175 ◦ green 174 ◦ blue 50

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

Shades of Brass #AFAE32

Tints of Brass #AFAE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.61%

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

R = 43.86%
G = 43.61%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFAE32 (or 0xAFAE32) is known color: Brass. HEX triplet: AF, AE and 32. RGB value is (175,174,50). Sum of RGB (Red+Green+Blue) = 175+174+50=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE32 is #5051CD. Grayscale: #A0A0A0. Windows color (decimal): -5263822 or 3321519. OLE color: 3321519.

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

Color convert

RGB 175 174 50 -
CMYK 0 0.01 0.71 0.31
HSL 59.52º 0.56% 0.44% -
HSV(B) 59.52º 0.71% 0.69% -
XYZ 33.39 39.62 8.9 -
YUV 160.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 175 174 50 0 0.01 0.71 0.31 59.52 0.56 0.44
Hex AF AE 32 0 1 47 1F 3C 38 2C
Octal 257 256 62 0 1 107 37 74 70 54
Binary 10101111 10101110 110010 0 1 1000111 11111 111100 111000 101100

Color Harmonies of #AFAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE32

Black with #AFAE32

Text Example


Text Example

White with #AFAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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