Html Css Color HEX #AFA03D Brass

📋 copy color: '#AFA03D'

red 175 ◦ green 160 ◦ blue 61

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

Shades of Brass #AFA03D

Tints of Brass #AFA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 44.19%
G = 40.4%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA03D (or 0xAFA03D) is known color: Brass. HEX triplet: AF, A0 and 3D. RGB value is (175,160,61). Sum of RGB (Red+Green+Blue) = 175+160+61=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA03D is #505FC2. Grayscale: #999999. Windows color (decimal): -5267395 or 4038831. OLE color: 4038831.

HSL color Cylindrical-coordinate representation of color #AFA03D: hue angle of 52.11º 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 #AFA03D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 61 -
CMYK 0 0.09 0.65 0.31
HSL 52.11º 0.48% 0.46% -
HSV(B) 52.11º 0.65% 0.69% -
XYZ 31.09 34.59 9.45 -
YUV 153.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 175 160 61 0 0.09 0.65 0.31 52.11 0.48 0.46
Hex AF A0 3D 0 9 41 1F 34 30 2E
Octal 257 240 75 0 11 101 37 64 60 56
Binary 10101111 10100000 111101 0 1001 1000001 11111 110100 110000 101110

Color Harmonies of #AFA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA03D

Black with #AFA03D

Text Example


Text Example

White with #AFA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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