Html Css Color HEX #AF6819 Golden Brown

📋 copy color: '#AF6819'

red 175 ◦ green 104 ◦ blue 25

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

Shades of Golden Brown #AF6819

Tints of Golden Brown #AF6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 57.57%
G = 34.21%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF6819 (or 0xAF6819) is known color: Golden Brown. HEX triplet: AF, 68 and 19. RGB value is (175,104,25). Sum of RGB (Red+Green+Blue) = 175+104+25=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6819 is #5097E6. Grayscale: #747474. Windows color (decimal): -5281767 or 1665199. OLE color: 1665199.

HSL color Cylindrical-coordinate representation of color #AF6819: hue angle of 31.6º degrees, saturation: 0.75, 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 #AF6819 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 25 -
CMYK 0 0.41 0.86 0.31
HSL 31.6º 0.75% 0.39% -
HSV(B) 31.6º 0.86% 0.69% -
XYZ 22.8 19.08 3.4 -
YUV 116.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 175 104 25 0 0.41 0.86 0.31 31.6 0.75 0.39
Hex AF 68 19 0 29 56 1F 20 4B 27
Octal 257 150 31 0 51 126 37 40 113 47
Binary 10101111 1101000 11001 0 101001 1010110 11111 100000 1001011 100111

Color Harmonies of #AF6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6819

Black with #AF6819

Text Example


Text Example

White with #AF6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6819; }

 p { color: rgb(175,104,25); }

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

background-color css

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

 a { background-color: rgb(175,104,25); }

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

border-color css

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

 span { border-color: rgb(175,104,25); }

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