Html Css Color HEX #AF8443 Marigold

📋 copy color: '#AF8443'

red 175 ◦ green 132 ◦ blue 67

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

Shades of Marigold #AF8443

Tints of Marigold #AF8443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 46.79%
G = 35.29%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF8443 (or 0xAF8443) is known color: Marigold. HEX triplet: AF, 84 and 43. RGB value is (175,132,67). Sum of RGB (Red+Green+Blue) = 175+132+67=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8443 is #507BBC. Grayscale: #898989. Windows color (decimal): -5274557 or 4424879. OLE color: 4424879.

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

Color convert

RGB 175 132 67 -
CMYK 0 0.25 0.62 0.31
HSL 36.11º 0.45% 0.47% -
HSV(B) 36.11º 0.62% 0.69% -
XYZ 26.94 26.02 8.91 -
YUV 137.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 175 132 67 0 0.25 0.62 0.31 36.11 0.45 0.47
Hex AF 84 43 0 19 3E 1F 24 2D 2F
Octal 257 204 103 0 31 76 37 44 55 57
Binary 10101111 10000100 1000011 0 11001 111110 11111 100100 101101 101111

Color Harmonies of #AF8443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8443

Black with #AF8443

Text Example


Text Example

White with #AF8443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8443; }

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

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

background-color css

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

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

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

border-color css

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

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

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