Html Css Color HEX #AFA136 Brass

📋 copy color: '#AFA136'

red 175 ◦ green 161 ◦ blue 54

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

Shades of Brass #AFA136

Tints of Brass #AFA136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 44.87%
G = 41.28%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AFA136 (or 0xAFA136) is known color: Brass. HEX triplet: AF, A1 and 36. RGB value is (175,161,54). Sum of RGB (Red+Green+Blue) = 175+161+54=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA136 is #505EC9. Grayscale: #999999. Windows color (decimal): -5267146 or 3580335. OLE color: 3580335.

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

Color convert

RGB 175 161 54 -
CMYK 0 0.08 0.69 0.31
HSL 53.06º 0.53% 0.45% -
HSV(B) 53.06º 0.69% 0.69% -
XYZ 31.09 34.87 8.58 -
YUV 152.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 175 161 54 0 0.08 0.69 0.31 53.06 0.53 0.45
Hex AF A1 36 0 8 45 1F 35 35 2D
Octal 257 241 66 0 10 105 37 65 65 55
Binary 10101111 10100001 110110 0 1000 1000101 11111 110101 110101 101101

Color Harmonies of #AFA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA136

Black with #AFA136

Text Example


Text Example

White with #AFA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA136; }

 p { color: rgb(175,161,54); }

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

background-color css

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

 a { background-color: rgb(175,161,54); }

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

border-color css

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

 span { border-color: rgb(175,161,54); }

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