Html Css Color HEX #AFA644 Brass

📋 copy color: '#AFA644'

red 175 ◦ green 166 ◦ blue 68

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

Shades of Brass #AFA644

Tints of Brass #AFA644

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 68 (26.95% from 255) = 16.63%

R = 42.79%
G = 40.59%
B = 16.63%

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

#AFA644 (or 0xAFA644) is known color: Brass. HEX triplet: AF, A6 and 44. RGB value is (175,166,68). Sum of RGB (Red+Green+Blue) = 175+166+68=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA644 is #5059BB. Grayscale: #9D9D9D. Windows color (decimal): -5265852 or 4499119. OLE color: 4499119.

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

Color convert

RGB 175 166 68 -
CMYK 0 0.05 0.61 0.31
HSL 54.95º 0.44% 0.48% -
HSV(B) 54.95º 0.61% 0.69% -
XYZ 32.36 36.8 10.87 -
YUV 157.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 175 166 68 0 0.05 0.61 0.31 54.95 0.44 0.48
Hex AF A6 44 0 5 3D 1F 37 2C 30
Octal 257 246 104 0 5 75 37 67 54 60
Binary 10101111 10100110 1000100 0 101 111101 11111 110111 101100 110000

Color Harmonies of #AFA644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA644

Black with #AFA644

Text Example


Text Example

White with #AFA644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA644; }

 p { color: rgb(175,166,68); }

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

background-color css

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

 a { background-color: rgb(175,166,68); }

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

border-color css

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

 span { border-color: rgb(175,166,68); }

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