Html Css Color HEX #AFA843 Brass

📋 copy color: '#AFA843'

red 175 ◦ green 168 ◦ blue 67

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

Shades of Brass #AFA843

Tints of Brass #AFA843

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 42.68%
G = 40.98%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFA843 (or 0xAFA843) is known color: Brass. HEX triplet: AF, A8 and 43. RGB value is (175,168,67). Sum of RGB (Red+Green+Blue) = 175+168+67=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA843 is #5057BC. Grayscale: #9E9E9E. Windows color (decimal): -5265341 or 4434095. OLE color: 4434095.

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

Color convert

RGB 175 168 67 -
CMYK 0 0.04 0.62 0.31
HSL 56.11º 0.45% 0.47% -
HSV(B) 56.11º 0.62% 0.69% -
XYZ 32.69 37.52 10.83 -
YUV 158.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 175 168 67 0 0.04 0.62 0.31 56.11 0.45 0.47
Hex AF A8 43 0 4 3E 1F 38 2D 2F
Octal 257 250 103 0 4 76 37 70 55 57
Binary 10101111 10101000 1000011 0 100 111110 11111 111000 101101 101111

Color Harmonies of #AFA843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA843

Black with #AFA843

Text Example


Text Example

White with #AFA843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA843; }

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

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

background-color css

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

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

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

border-color css

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

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

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