Html Css Color HEX #AFA13A Brass

📋 copy color: '#AFA13A'

red 175 ◦ green 161 ◦ blue 58

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

Shades of Brass #AFA13A

Tints of Brass #AFA13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 44.42%
G = 40.86%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AFA13A (or 0xAFA13A) is known color: Brass. HEX triplet: AF, A1 and 3A. RGB value is (175,161,58). Sum of RGB (Red+Green+Blue) = 175+161+58=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA13A is #505EC5. Grayscale: #999999. Windows color (decimal): -5267142 or 3842479. OLE color: 3842479.

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

Color convert

RGB 175 161 58 -
CMYK 0 0.08 0.67 0.31
HSL 52.82º 0.5% 0.46% -
HSV(B) 52.82º 0.67% 0.69% -
XYZ 31.19 34.91 9.1 -
YUV 153.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 175 161 58 0 0.08 0.67 0.31 52.82 0.5 0.46
Hex AF A1 3A 0 8 43 1F 35 32 2E
Octal 257 241 72 0 10 103 37 65 62 56
Binary 10101111 10100001 111010 0 1000 1000011 11111 110101 110010 101110

Color Harmonies of #AFA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA13A

Black with #AFA13A

Text Example


Text Example

White with #AFA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA13A; }

 p { color: rgb(175,161,58); }

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

background-color css

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

 a { background-color: rgb(175,161,58); }

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

border-color css

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

 span { border-color: rgb(175,161,58); }

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