Html Css Color HEX #AF6018 Golden Brown

📋 copy color: '#AF6018'

red 175 ◦ green 96 ◦ blue 24

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

Shades of Golden Brown #AF6018

Tints of Golden Brown #AF6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 59.32%
G = 32.54%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF6018 (or 0xAF6018) is known color: Golden Brown. HEX triplet: AF, 60 and 18. RGB value is (175,96,24). Sum of RGB (Red+Green+Blue) = 175+96+24=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6018 is #509FE7. Grayscale: #6F6F6F. Windows color (decimal): -5283816 or 1597615. OLE color: 1597615.

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

Color convert

RGB 175 96 24 -
CMYK 0 0.45 0.86 0.31
HSL 28.61º 0.76% 0.39% -
HSV(B) 28.61º 0.86% 0.69% -
XYZ 22.03 17.55 3.09 -
YUV 111.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 175 96 24 0 0.45 0.86 0.31 28.61 0.76 0.39
Hex AF 60 18 0 2D 56 1F 1D 4C 27
Octal 257 140 30 0 55 126 37 35 114 47
Binary 10101111 1100000 11000 0 101101 1010110 11111 11101 1001100 100111

Color Harmonies of #AF6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6018

Black with #AF6018

Text Example


Text Example

White with #AF6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6018; }

 p { color: rgb(175,96,24); }

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

background-color css

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

 a { background-color: rgb(175,96,24); }

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

border-color css

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

 span { border-color: rgb(175,96,24); }

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