Html Css Color HEX #AFA339 Brass

📋 copy color: '#AFA339'

red 175 ◦ green 163 ◦ blue 57

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

Shades of Brass #AFA339

Tints of Brass #AFA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 57 (22.66% from 255) = 14.43%

R = 44.3%
G = 41.27%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFA339 (or 0xAFA339) is known color: Brass. HEX triplet: AF, A3 and 39. RGB value is (175,163,57). Sum of RGB (Red+Green+Blue) = 175+163+57=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA339 is #505CC6. Grayscale: #9A9A9A. Windows color (decimal): -5266631 or 3777455. OLE color: 3777455.

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

Color convert

RGB 175 163 57 -
CMYK 0 0.07 0.67 0.31
HSL 53.9º 0.51% 0.45% -
HSV(B) 53.9º 0.67% 0.69% -
XYZ 31.51 35.6 9.08 -
YUV 154.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 175 163 57 0 0.07 0.67 0.31 53.9 0.51 0.45
Hex AF A3 39 0 7 43 1F 36 33 2D
Octal 257 243 71 0 7 103 37 66 63 55
Binary 10101111 10100011 111001 0 111 1000011 11111 110110 110011 101101

Color Harmonies of #AFA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA339

Black with #AFA339

Text Example


Text Example

White with #AFA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA339; }

 p { color: rgb(175,163,57); }

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

background-color css

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

 a { background-color: rgb(175,163,57); }

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

border-color css

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

 span { border-color: rgb(175,163,57); }

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