Html Css Color HEX #AFA832 Brass

📋 copy color: '#AFA832'

red 175 ◦ green 168 ◦ blue 50

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

Shades of Brass #AFA832

Tints of Brass #AFA832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 44.53%
G = 42.75%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFA832 (or 0xAFA832) is known color: Brass. HEX triplet: AF, A8 and 32. RGB value is (175,168,50). Sum of RGB (Red+Green+Blue) = 175+168+50=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA832 is #5057CD. Grayscale: #9D9D9D. Windows color (decimal): -5265358 or 3319983. OLE color: 3319983.

HSL color Cylindrical-coordinate representation of color #AFA832: hue angle of 56.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFA832 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 50 -
CMYK 0 0.04 0.71 0.31
HSL 56.64º 0.56% 0.44% -
HSV(B) 56.64º 0.71% 0.69% -
XYZ 32.26 37.35 8.53 -
YUV 156.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 175 168 50 0 0.04 0.71 0.31 56.64 0.56 0.44
Hex AF A8 32 0 4 47 1F 39 38 2C
Octal 257 250 62 0 4 107 37 71 70 54
Binary 10101111 10101000 110010 0 100 1000111 11111 111001 111000 101100

Color Harmonies of #AFA832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA832

Black with #AFA832

Text Example


Text Example

White with #AFA832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA832; }

 p { color: rgb(175,168,50); }

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

background-color css

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

 a { background-color: rgb(175,168,50); }

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

border-color css

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

 span { border-color: rgb(175,168,50); }

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