Html Css Color HEX #AF9E38 Brass

📋 copy color: '#AF9E38'

red 175 ◦ green 158 ◦ blue 56

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

Shades of Brass #AF9E38

Tints of Brass #AF9E38

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.62%

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

R = 44.99%
G = 40.62%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF9E38 (or 0xAF9E38) is known color: Brass. HEX triplet: AF, 9E and 38. RGB value is (175,158,56). Sum of RGB (Red+Green+Blue) = 175+158+56=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E38 is #5061C7. Grayscale: #979797. Windows color (decimal): -5267912 or 3710639. OLE color: 3710639.

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

Color convert

RGB 175 158 56 -
CMYK 0 0.10 0.68 0.31
HSL 51.43º 0.52% 0.45% -
HSV(B) 51.43º 0.68% 0.69% -
XYZ 30.62 33.85 8.66 -
YUV 151.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 175 158 56 0 0.10 0.68 0.31 51.43 0.52 0.45
Hex AF 9E 38 0 A 44 1F 33 34 2D
Octal 257 236 70 0 12 104 37 63 64 55
Binary 10101111 10011110 111000 0 1010 1000100 11111 110011 110100 101101

Color Harmonies of #AF9E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E38

Black with #AF9E38

Text Example


Text Example

White with #AF9E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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