Html Css Color HEX #AFA235 Brass

📋 copy color: '#AFA235'

red 175 ◦ green 162 ◦ blue 53

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

Shades of Brass #AFA235

Tints of Brass #AFA235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.59%

R = 44.87%
G = 41.54%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AFA235 (or 0xAFA235) is known color: Brass. HEX triplet: AF, A2 and 35. RGB value is (175,162,53). Sum of RGB (Red+Green+Blue) = 175+162+53=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA235 is #505DCA. Grayscale: #999999. Windows color (decimal): -5266891 or 3515055. OLE color: 3515055.

HSL color Cylindrical-coordinate representation of color #AFA235: hue angle of 53.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA235 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 53 -
CMYK 0 0.07 0.70 0.31
HSL 53.61º 0.54% 0.45% -
HSV(B) 53.61º 0.7% 0.69% -
XYZ 31.24 35.21 8.52 -
YUV 153.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 175 162 53 0 0.07 0.70 0.31 53.61 0.54 0.45
Hex AF A2 35 0 7 46 1F 36 36 2D
Octal 257 242 65 0 7 106 37 66 66 55
Binary 10101111 10100010 110101 0 111 1000110 11111 110110 110110 101101

Color Harmonies of #AFA235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA235

Black with #AFA235

Text Example


Text Example

White with #AFA235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA235; }

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

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

background-color css

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

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

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

border-color css

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

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

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