Html Css Color HEX #AFA632 Brass

📋 copy color: '#AFA632'

red 175 ◦ green 166 ◦ blue 50

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

Shades of Brass #AFA632

Tints of Brass #AFA632

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 44.76%
G = 42.46%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AFA632 (or 0xAFA632) is known color: Brass. HEX triplet: AF, A6 and 32. RGB value is (175,166,50). Sum of RGB (Red+Green+Blue) = 175+166+50=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA632 is #5059CD. Grayscale: #9B9B9B. Windows color (decimal): -5265870 or 3319471. OLE color: 3319471.

HSL color Cylindrical-coordinate representation of color #AFA632: hue angle of 55.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFA632 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 166 50 -
CMYK 0 0.05 0.71 0.31
HSL 55.68º 0.56% 0.44% -
HSV(B) 55.68º 0.71% 0.69% -
XYZ 31.89 36.62 8.4 -
YUV 155.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 175 166 50 0 0.05 0.71 0.31 55.68 0.56 0.44
Hex AF A6 32 0 5 47 1F 38 38 2C
Octal 257 246 62 0 5 107 37 70 70 54
Binary 10101111 10100110 110010 0 101 1000111 11111 111000 111000 101100

Color Harmonies of #AFA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA632

Black with #AFA632

Text Example


Text Example

White with #AFA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA632; }

 p { color: rgb(175,166,50); }

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

background-color css

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

 a { background-color: rgb(175,166,50); }

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

border-color css

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

 span { border-color: rgb(175,166,50); }

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