Html Css Color HEX #AF6714 Golden Brown

📋 copy color: '#AF6714'

red 175 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #AF6714

Tints of Golden Brown #AF6714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 58.72%
G = 34.56%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF6714 (or 0xAF6714) is known color: Golden Brown. HEX triplet: AF, 67 and 14. RGB value is (175,103,20). Sum of RGB (Red+Green+Blue) = 175+103+20=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6714 is #5098EB. Grayscale: #737373. Windows color (decimal): -5282028 or 1337263. OLE color: 1337263.

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

Color convert

RGB 175 103 20 -
CMYK 0 0.41 0.89 0.31
HSL 32.13º 0.79% 0.38% -
HSV(B) 32.13º 0.89% 0.69% -
XYZ 22.66 18.86 3.11 -
YUV 115.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 175 103 20 0 0.41 0.89 0.31 32.13 0.79 0.38
Hex AF 67 14 0 29 59 1F 20 4F 26
Octal 257 147 24 0 51 131 37 40 117 46
Binary 10101111 1100111 10100 0 101001 1011001 11111 100000 1001111 100110

Color Harmonies of #AF6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6714

Black with #AF6714

Text Example


Text Example

White with #AF6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6714; }

 p { color: rgb(175,103,20); }

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

background-color css

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

 a { background-color: rgb(175,103,20); }

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

border-color css

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

 span { border-color: rgb(175,103,20); }

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