Html Css Color HEX #AFA740 Brass

📋 copy color: '#AFA740'

red 175 ◦ green 167 ◦ blue 64

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

Shades of Brass #AFA740

Tints of Brass #AFA740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 43.1%
G = 41.13%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AFA740 (or 0xAFA740) is known color: Brass. HEX triplet: AF, A7 and 40. RGB value is (175,167,64). Sum of RGB (Red+Green+Blue) = 175+167+64=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA740 is #5058BF. Grayscale: #9E9E9E. Windows color (decimal): -5265600 or 4237231. OLE color: 4237231.

HSL color Cylindrical-coordinate representation of color #AFA740: hue angle of 55.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFA740 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 167 64 -
CMYK 0 0.05 0.63 0.31
HSL 55.68º 0.46% 0.47% -
HSV(B) 55.68º 0.63% 0.69% -
XYZ 32.42 37.12 10.31 -
YUV 157.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 175 167 64 0 0.05 0.63 0.31 55.68 0.46 0.47
Hex AF A7 40 0 5 3F 1F 38 2E 2F
Octal 257 247 100 0 5 77 37 70 56 57
Binary 10101111 10100111 1000000 0 101 111111 11111 111000 101110 101111

Color Harmonies of #AFA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA740

Black with #AFA740

Text Example


Text Example

White with #AFA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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