Html Css Color HEX #AFA038 Brass

📋 copy color: '#AFA038'

red 175 ◦ green 160 ◦ blue 56

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

Shades of Brass #AFA038

Tints of Brass #AFA038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 44.76%
G = 40.92%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AFA038 (or 0xAFA038) is known color: Brass. HEX triplet: AF, A0 and 38. RGB value is (175,160,56). Sum of RGB (Red+Green+Blue) = 175+160+56=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA038 is #505FC7. Grayscale: #999999. Windows color (decimal): -5267400 or 3711151. OLE color: 3711151.

HSL color Cylindrical-coordinate representation of color #AFA038: hue angle of 52.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFA038 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 56 -
CMYK 0 0.09 0.68 0.31
HSL 52.44º 0.52% 0.45% -
HSV(B) 52.44º 0.68% 0.69% -
XYZ 30.96 34.54 8.78 -
YUV 152.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 175 160 56 0 0.09 0.68 0.31 52.44 0.52 0.45
Hex AF A0 38 0 9 44 1F 34 34 2D
Octal 257 240 70 0 11 104 37 64 64 55
Binary 10101111 10100000 111000 0 1001 1000100 11111 110100 110100 101101

Color Harmonies of #AFA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA038

Black with #AFA038

Text Example


Text Example

White with #AFA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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