Html Css Color HEX #AF681A Golden Brown

📋 copy color: '#AF681A'

red 175 ◦ green 104 ◦ blue 26

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

Shades of Golden Brown #AF681A

Tints of Golden Brown #AF681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 57.38%
G = 34.1%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF681A (or 0xAF681A) is known color: Golden Brown. HEX triplet: AF, 68 and 1A. RGB value is (175,104,26). Sum of RGB (Red+Green+Blue) = 175+104+26=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF681A is #5097E5. Grayscale: #747474. Windows color (decimal): -5281766 or 1730735. OLE color: 1730735.

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

Color convert

RGB 175 104 26 -
CMYK 0 0.41 0.85 0.31
HSL 31.41º 0.74% 0.39% -
HSV(B) 31.41º 0.85% 0.69% -
XYZ 22.82 19.09 3.46 -
YUV 116.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 175 104 26 0 0.41 0.85 0.31 31.41 0.74 0.39
Hex AF 68 1A 0 29 55 1F 1F 4A 27
Octal 257 150 32 0 51 125 37 37 112 47
Binary 10101111 1101000 11010 0 101001 1010101 11111 11111 1001010 100111

Color Harmonies of #AF681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF681A

Black with #AF681A

Text Example


Text Example

White with #AF681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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