Html Css Color HEX #AFA543 Brass

📋 copy color: '#AFA543'

red 175 ◦ green 165 ◦ blue 67

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

Shades of Brass #AFA543

Tints of Brass #AFA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 43%
G = 40.54%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA543 (or 0xAFA543) is known color: Brass. HEX triplet: AF, A5 and 43. RGB value is (175,165,67). Sum of RGB (Red+Green+Blue) = 175+165+67=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA543 is #505ABC. Grayscale: #9D9D9D. Windows color (decimal): -5266109 or 4433327. OLE color: 4433327.

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

Color convert

RGB 175 165 67 -
CMYK 0 0.06 0.62 0.31
HSL 54.44º 0.45% 0.47% -
HSV(B) 54.44º 0.62% 0.69% -
XYZ 32.15 36.43 10.65 -
YUV 156.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 175 165 67 0 0.06 0.62 0.31 54.44 0.45 0.47
Hex AF A5 43 0 6 3E 1F 36 2D 2F
Octal 257 245 103 0 6 76 37 66 55 57
Binary 10101111 10100101 1000011 0 110 111110 11111 110110 101101 101111

Color Harmonies of #AFA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA543

Black with #AFA543

Text Example


Text Example

White with #AFA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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