Html Css Color HEX #AF9C36 Brass

📋 copy color: '#AF9C36'

red 175 ◦ green 156 ◦ blue 54

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

Shades of Brass #AF9C36

Tints of Brass #AF9C36

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 45.45%
G = 40.52%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF9C36 (or 0xAF9C36) is known color: Brass. HEX triplet: AF, 9C and 36. RGB value is (175,156,54). Sum of RGB (Red+Green+Blue) = 175+156+54=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C36 is #5063C9. Grayscale: #969696. Windows color (decimal): -5268426 or 3579055. OLE color: 3579055.

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

Color convert

RGB 175 156 54 -
CMYK 0 0.11 0.69 0.31
HSL 50.58º 0.53% 0.45% -
HSV(B) 50.58º 0.69% 0.69% -
XYZ 30.23 33.16 8.3 -
YUV 150.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 175 156 54 0 0.11 0.69 0.31 50.58 0.53 0.45
Hex AF 9C 36 0 B 45 1F 33 35 2D
Octal 257 234 66 0 13 105 37 63 65 55
Binary 10101111 10011100 110110 0 1011 1000101 11111 110011 110101 101101

Color Harmonies of #AF9C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C36

Black with #AF9C36

Text Example


Text Example

White with #AF9C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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