Html Css Color HEX #AFA043 Brass

📋 copy color: '#AFA043'

red 175 ◦ green 160 ◦ blue 67

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

Shades of Brass #AFA043

Tints of Brass #AFA043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 43.53%
G = 39.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA043 (or 0xAFA043) is known color: Brass. HEX triplet: AF, A0 and 43. RGB value is (175,160,67). Sum of RGB (Red+Green+Blue) = 175+160+67=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA043 is #505FBC. Grayscale: #9A9A9A. Windows color (decimal): -5267389 or 4432047. OLE color: 4432047.

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

Color convert

RGB 175 160 67 -
CMYK 0 0.09 0.62 0.31
HSL 51.67º 0.45% 0.47% -
HSV(B) 51.67º 0.62% 0.69% -
XYZ 31.26 34.66 10.35 -
YUV 153.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 175 160 67 0 0.09 0.62 0.31 51.67 0.45 0.47
Hex AF A0 43 0 9 3E 1F 34 2D 2F
Octal 257 240 103 0 11 76 37 64 55 57
Binary 10101111 10100000 1000011 0 1001 111110 11111 110100 101101 101111

Color Harmonies of #AFA043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA043

Black with #AFA043

Text Example


Text Example

White with #AFA043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA043; }

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

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

background-color css

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

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

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

border-color css

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

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

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