Html Css Color HEX #AFA13D Brass

📋 copy color: '#AFA13D'

red 175 ◦ green 161 ◦ blue 61

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

Shades of Brass #AFA13D

Tints of Brass #AFA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 44.08%
G = 40.55%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA13D (or 0xAFA13D) is known color: Brass. HEX triplet: AF, A1 and 3D. RGB value is (175,161,61). Sum of RGB (Red+Green+Blue) = 175+161+61=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA13D is #505EC2. Grayscale: #9A9A9A. Windows color (decimal): -5267139 or 4039087. OLE color: 4039087.

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

Color convert

RGB 175 161 61 -
CMYK 0 0.08 0.65 0.31
HSL 52.63º 0.48% 0.46% -
HSV(B) 52.63º 0.65% 0.69% -
XYZ 31.27 34.94 9.51 -
YUV 153.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 175 161 61 0 0.08 0.65 0.31 52.63 0.48 0.46
Hex AF A1 3D 0 8 41 1F 35 30 2E
Octal 257 241 75 0 10 101 37 65 60 56
Binary 10101111 10100001 111101 0 1000 1000001 11111 110101 110000 101110

Color Harmonies of #AFA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA13D

Black with #AFA13D

Text Example


Text Example

White with #AFA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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