Html Css Color HEX #AFA745 Brass

📋 copy color: '#AFA745'

red 175 ◦ green 167 ◦ blue 69

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

Shades of Brass #AFA745

Tints of Brass #AFA745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 42.58%
G = 40.63%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AFA745 (or 0xAFA745) is known color: Brass. HEX triplet: AF, A7 and 45. RGB value is (175,167,69). Sum of RGB (Red+Green+Blue) = 175+167+69=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA745 is #5058BA. Grayscale: #9E9E9E. Windows color (decimal): -5265595 or 4564911. OLE color: 4564911.

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

Color convert

RGB 175 167 69 -
CMYK 0 0.05 0.61 0.31
HSL 55.47º 0.43% 0.48% -
HSV(B) 55.47º 0.61% 0.69% -
XYZ 32.57 37.18 11.09 -
YUV 158.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 175 167 69 0 0.05 0.61 0.31 55.47 0.43 0.48
Hex AF A7 45 0 5 3D 1F 37 2B 30
Octal 257 247 105 0 5 75 37 67 53 60
Binary 10101111 10100111 1000101 0 101 111101 11111 110111 101011 110000

Color Harmonies of #AFA745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA745

Black with #AFA745

Text Example


Text Example

White with #AFA745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA745; }

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

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

background-color css

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

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

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

border-color css

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

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

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