Html Css Color HEX #AFA943 Brass

📋 copy color: '#AFA943'

red 175 ◦ green 169 ◦ blue 67

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

Shades of Brass #AFA943

Tints of Brass #AFA943

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 42.58%
G = 41.12%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA943 (or 0xAFA943) is known color: Brass. HEX triplet: AF, A9 and 43. RGB value is (175,169,67). Sum of RGB (Red+Green+Blue) = 175+169+67=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA943 is #5056BC. Grayscale: #9F9F9F. Windows color (decimal): -5265085 or 4434351. OLE color: 4434351.

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

Color convert

RGB 175 169 67 -
CMYK 0 0.03 0.62 0.31
HSL 56.67º 0.45% 0.47% -
HSV(B) 56.67º 0.62% 0.69% -
XYZ 32.88 37.9 10.89 -
YUV 159.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 175 169 67 0 0.03 0.62 0.31 56.67 0.45 0.47
Hex AF A9 43 0 3 3E 1F 39 2D 2F
Octal 257 251 103 0 3 76 37 71 55 57
Binary 10101111 10101001 1000011 0 11 111110 11111 111001 101101 101111

Color Harmonies of #AFA943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA943

Black with #AFA943

Text Example


Text Example

White with #AFA943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA943; }

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

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

background-color css

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

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

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

border-color css

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

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

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