Html Css Color HEX #AFA643 Brass

📋 copy color: '#AFA643'

red 175 ◦ green 166 ◦ blue 67

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

Shades of Brass #AFA643

Tints of Brass #AFA643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.42%

R = 42.89%
G = 40.69%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA643 (or 0xAFA643) is known color: Brass. HEX triplet: AF, A6 and 43. RGB value is (175,166,67). Sum of RGB (Red+Green+Blue) = 175+166+67=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA643 is #5059BC. Grayscale: #9D9D9D. Windows color (decimal): -5265853 or 4433583. OLE color: 4433583.

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

Color convert

RGB 175 166 67 -
CMYK 0 0.05 0.62 0.31
HSL 55º 0.45% 0.47% -
HSV(B) 55º 0.62% 0.69% -
XYZ 32.33 36.79 10.71 -
YUV 157.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 175 166 67 0 0.05 0.62 0.31 55 0.45 0.47
Hex AF A6 43 0 5 3E 1F 37 2D 2F
Octal 257 246 103 0 5 76 37 67 55 57
Binary 10101111 10100110 1000011 0 101 111110 11111 110111 101101 101111

Color Harmonies of #AFA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA643

Black with #AFA643

Text Example


Text Example

White with #AFA643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA643; }

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

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

background-color css

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

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

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

border-color css

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

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

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