Html Css Color HEX #AFA33D Brass

📋 copy color: '#AFA33D'

red 175 ◦ green 163 ◦ blue 61

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

Shades of Brass #AFA33D

Tints of Brass #AFA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 43.86%
G = 40.85%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AFA33D (or 0xAFA33D) is known color: Brass. HEX triplet: AF, A3 and 3D. RGB value is (175,163,61). Sum of RGB (Red+Green+Blue) = 175+163+61=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA33D is #505CC2. Grayscale: #9B9B9B. Windows color (decimal): -5266627 or 4039599. OLE color: 4039599.

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

Color convert

RGB 175 163 61 -
CMYK 0 0.07 0.65 0.31
HSL 53.68º 0.48% 0.46% -
HSV(B) 53.68º 0.65% 0.69% -
XYZ 31.62 35.65 9.63 -
YUV 154.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 175 163 61 0 0.07 0.65 0.31 53.68 0.48 0.46
Hex AF A3 3D 0 7 41 1F 36 30 2E
Octal 257 243 75 0 7 101 37 66 60 56
Binary 10101111 10100011 111101 0 111 1000001 11111 110110 110000 101110

Color Harmonies of #AFA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA33D

Black with #AFA33D

Text Example


Text Example

White with #AFA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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