Html Css Color HEX #AF680F Golden Brown

📋 copy color: '#AF680F'

red 175 ◦ green 104 ◦ blue 15

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

Shades of Golden Brown #AF680F

Tints of Golden Brown #AF680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 59.52%
G = 35.37%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF680F (or 0xAF680F) is known color: Golden Brown. HEX triplet: AF, 68 and 0F. RGB value is (175,104,15). Sum of RGB (Red+Green+Blue) = 175+104+15=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF680F is #5097F0. Grayscale: #737373. Windows color (decimal): -5281777 or 1009839. OLE color: 1009839.

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

Color convert

RGB 175 104 15 -
CMYK 0 0.41 0.91 0.31
HSL 33.38º 0.84% 0.37% -
HSV(B) 33.38º 0.91% 0.69% -
XYZ 22.72 19.05 2.93 -
YUV 115.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 175 104 15 0 0.41 0.91 0.31 33.38 0.84 0.37
Hex AF 68 F 0 29 5B 1F 21 54 25
Octal 257 150 17 0 51 133 37 41 124 45
Binary 10101111 1101000 1111 0 101001 1011011 11111 100001 1010100 100101

Color Harmonies of #AF680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF680F

Black with #AF680F

Text Example


Text Example

White with #AF680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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