Html Css Color HEX #AFAE43 Brass

📋 copy color: '#AFAE43'

red 175 ◦ green 174 ◦ blue 67

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

Shades of Brass #AFAE43

Tints of Brass #AFAE43

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 67 (26.56% from 255) = 16.11%

R = 42.07%
G = 41.83%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AFAE43 (or 0xAFAE43) is known color: Brass. HEX triplet: AF, AE and 43. RGB value is (175,174,67). Sum of RGB (Red+Green+Blue) = 175+174+67=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE43 is #5051BC. Grayscale: #A2A2A2. Windows color (decimal): -5263805 or 4435631. OLE color: 4435631.

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

Color convert

RGB 175 174 67 -
CMYK 0 0.01 0.62 0.31
HSL 59.44º 0.45% 0.47% -
HSV(B) 59.44º 0.62% 0.69% -
XYZ 33.83 39.79 11.21 -
YUV 162.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 175 174 67 0 0.01 0.62 0.31 59.44 0.45 0.47
Hex AF AE 43 0 1 3E 1F 3B 2D 2F
Octal 257 256 103 0 1 76 37 73 55 57
Binary 10101111 10101110 1000011 0 1 111110 11111 111011 101101 101111

Color Harmonies of #AFAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE43

Black with #AFAE43

Text Example


Text Example

White with #AFAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE43; }

 p { color: rgb(175,174,67); }

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

background-color css

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

 a { background-color: rgb(175,174,67); }

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

border-color css

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

 span { border-color: rgb(175,174,67); }

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