Html Css Color HEX #AFA232 Brass

📋 copy color: '#AFA232'

red 175 ◦ green 162 ◦ blue 50

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

Shades of Brass #AFA232

Tints of Brass #AFA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 45.22%
G = 41.86%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFA232 (or 0xAFA232) is known color: Brass. HEX triplet: AF, A2 and 32. RGB value is (175,162,50). Sum of RGB (Red+Green+Blue) = 175+162+50=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA232 is #505DCD. Grayscale: #999999. Windows color (decimal): -5266894 or 3318447. OLE color: 3318447.

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

Color convert

RGB 175 162 50 -
CMYK 0 0.07 0.71 0.31
HSL 53.76º 0.56% 0.44% -
HSV(B) 53.76º 0.71% 0.69% -
XYZ 31.18 35.18 8.17 -
YUV 153.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 175 162 50 0 0.07 0.71 0.31 53.76 0.56 0.44
Hex AF A2 32 0 7 47 1F 36 38 2C
Octal 257 242 62 0 7 107 37 66 70 54
Binary 10101111 10100010 110010 0 111 1000111 11111 110110 111000 101100

Color Harmonies of #AFA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA232

Black with #AFA232

Text Example


Text Example

White with #AFA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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