Html Css Color HEX #AF9D3F Brass

📋 copy color: '#AF9D3F'

red 175 ◦ green 157 ◦ blue 63

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

Shades of Brass #AF9D3F

Tints of Brass #AF9D3F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

 BLUE value IS 63 (25% from 255) = 15.95%

R = 44.3%
G = 39.75%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF9D3F (or 0xAF9D3F) is known color: Brass. HEX triplet: AF, 9D and 3F. RGB value is (175,157,63). Sum of RGB (Red+Green+Blue) = 175+157+63=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D3F is #5062C0. Grayscale: #989898. Windows color (decimal): -5268161 or 4169135. OLE color: 4169135.

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

Color convert

RGB 175 157 63 -
CMYK 0 0.10 0.64 0.31
HSL 50.36º 0.47% 0.47% -
HSV(B) 50.36º 0.64% 0.69% -
XYZ 30.63 33.59 9.57 -
YUV 151.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 175 157 63 0 0.10 0.64 0.31 50.36 0.47 0.47
Hex AF 9D 3F 0 A 40 1F 32 2F 2F
Octal 257 235 77 0 12 100 37 62 57 57
Binary 10101111 10011101 111111 0 1010 1000000 11111 110010 101111 101111

Color Harmonies of #AF9D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D3F

Black with #AF9D3F

Text Example


Text Example

White with #AF9D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D3F; }

 p { color: rgb(175,157,63); }

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

background-color css

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

 a { background-color: rgb(175,157,63); }

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

border-color css

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

 span { border-color: rgb(175,157,63); }

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