Html Css Color HEX #AF6D0D Golden Brown

📋 copy color: '#AF6D0D'

red 175 ◦ green 109 ◦ blue 13

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

Shades of Golden Brown #AF6D0D

Tints of Golden Brown #AF6D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 58.92%
G = 36.7%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF6D0D (or 0xAF6D0D) is known color: Golden Brown. HEX triplet: AF, 6D and 0D. RGB value is (175,109,13). Sum of RGB (Red+Green+Blue) = 175+109+13=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D0D is #5092F2. Grayscale: #767676. Windows color (decimal): -5280499 or 880047. OLE color: 880047.

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

Color convert

RGB 175 109 13 -
CMYK 0 0.38 0.93 0.31
HSL 35.56º 0.86% 0.37% -
HSV(B) 35.56º 0.93% 0.69% -
XYZ 23.22 20.08 3.03 -
YUV 117.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 175 109 13 0 0.38 0.93 0.31 35.56 0.86 0.37
Hex AF 6D D 0 26 5D 1F 24 56 25
Octal 257 155 15 0 46 135 37 44 126 45
Binary 10101111 1101101 1101 0 100110 1011101 11111 100100 1010110 100101

Color Harmonies of #AF6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D0D

Black with #AF6D0D

Text Example


Text Example

White with #AF6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D0D; }

 p { color: rgb(175,109,13); }

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

background-color css

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

 a { background-color: rgb(175,109,13); }

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

border-color css

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

 span { border-color: rgb(175,109,13); }

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