Html Css Color HEX #AF9F34 Brass

📋 copy color: '#AF9F34'

red 175 ◦ green 159 ◦ blue 52

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

Shades of Brass #AF9F34

Tints of Brass #AF9F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 52 (20.7% from 255) = 13.47%

R = 45.34%
G = 41.19%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF9F34 (or 0xAF9F34) is known color: Brass. HEX triplet: AF, 9F and 34. RGB value is (175,159,52). Sum of RGB (Red+Green+Blue) = 175+159+52=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F34 is #5060CB. Grayscale: #989898. Windows color (decimal): -5267660 or 3448751. OLE color: 3448751.

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

Color convert

RGB 175 159 52 -
CMYK 0 0.09 0.70 0.31
HSL 52.2º 0.54% 0.45% -
HSV(B) 52.2º 0.7% 0.69% -
XYZ 30.7 34.16 8.22 -
YUV 151.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 175 159 52 0 0.09 0.70 0.31 52.2 0.54 0.45
Hex AF 9F 34 0 9 46 1F 34 36 2D
Octal 257 237 64 0 11 106 37 64 66 55
Binary 10101111 10011111 110100 0 1001 1000110 11111 110100 110110 101101

Color Harmonies of #AF9F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F34

Black with #AF9F34

Text Example


Text Example

White with #AF9F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F34; }

 p { color: rgb(175,159,52); }

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

background-color css

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

 a { background-color: rgb(175,159,52); }

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

border-color css

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

 span { border-color: rgb(175,159,52); }

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