Html Css Color HEX #AFA648 Brass

📋 copy color: '#AFA648'

red 175 ◦ green 166 ◦ blue 72

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

Shades of Brass #AFA648

Tints of Brass #AFA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 42.37%
G = 40.19%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AFA648 (or 0xAFA648) is known color: Brass. HEX triplet: AF, A6 and 48. RGB value is (175,166,72). Sum of RGB (Red+Green+Blue) = 175+166+72=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA648 is #5059B7. Grayscale: #9E9E9E. Windows color (decimal): -5265848 or 4761263. OLE color: 4761263.

HSL color Cylindrical-coordinate representation of color #AFA648: hue angle of 54.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFA648 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 72 -
CMYK 0 0.05 0.59 0.31
HSL 54.76º 0.42% 0.48% -
HSV(B) 54.76º 0.59% 0.69% -
XYZ 32.49 36.85 11.53 -
YUV 157.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 175 166 72 0 0.05 0.59 0.31 54.76 0.42 0.48
Hex AF A6 48 0 5 3B 1F 37 2A 30
Octal 257 246 110 0 5 73 37 67 52 60
Binary 10101111 10100110 1001000 0 101 111011 11111 110111 101010 110000

Color Harmonies of #AFA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA648

Black with #AFA648

Text Example


Text Example

White with #AFA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA648; }

 p { color: rgb(175,166,72); }

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

background-color css

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

 a { background-color: rgb(175,166,72); }

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

border-color css

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

 span { border-color: rgb(175,166,72); }

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