Html Css Color HEX #AF680A Golden Brown

📋 copy color: '#AF680A'

red 175 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #AF680A

Tints of Golden Brown #AF680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.46%

R = 60.55%
G = 35.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF680A (or 0xAF680A) is known color: Golden Brown. HEX triplet: AF, 68 and 0A. RGB value is (175,104,10). Sum of RGB (Red+Green+Blue) = 175+104+10=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF680A is #5097F5. Grayscale: #727272. Windows color (decimal): -5281782 or 682159. OLE color: 682159.

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

Color convert

RGB 175 104 10 -
CMYK 0 0.41 0.94 0.31
HSL 34.18º 0.89% 0.36% -
HSV(B) 34.18º 0.94% 0.69% -
XYZ 22.68 19.04 2.77 -
YUV 114.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 175 104 10 0 0.41 0.94 0.31 34.18 0.89 0.36
Hex AF 68 A 0 29 5E 1F 22 59 24
Octal 257 150 12 0 51 136 37 42 131 44
Binary 10101111 1101000 1010 0 101001 1011110 11111 100010 1011001 100100

Color Harmonies of #AF680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF680A

Black with #AF680A

Text Example


Text Example

White with #AF680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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