Html Css Color HEX #AFA743 Brass

📋 copy color: '#AFA743'

red 175 ◦ green 167 ◦ blue 67

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

Shades of Brass #AFA743

Tints of Brass #AFA743

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 42.79%
G = 40.83%
B = 16.38%

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

#AFA743 (or 0xAFA743) is known color: Brass. HEX triplet: AF, A7 and 43. RGB value is (175,167,67). Sum of RGB (Red+Green+Blue) = 175+167+67=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA743 is #5058BC. Grayscale: #9E9E9E. Windows color (decimal): -5265597 or 4433839. OLE color: 4433839.

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

Color convert

RGB 175 167 67 -
CMYK 0 0.05 0.62 0.31
HSL 55.56º 0.45% 0.47% -
HSV(B) 55.56º 0.62% 0.69% -
XYZ 32.51 37.16 10.77 -
YUV 157.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 175 167 67 0 0.05 0.62 0.31 55.56 0.45 0.47
Hex AF A7 43 0 5 3E 1F 38 2D 2F
Octal 257 247 103 0 5 76 37 70 55 57
Binary 10101111 10100111 1000011 0 101 111110 11111 111000 101101 101111

Color Harmonies of #AFA743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA743

Black with #AFA743

Text Example


Text Example

White with #AFA743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA743; }

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

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

background-color css

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

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

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

border-color css

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

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

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