Html Css Color HEX #AF611A Golden Brown

📋 copy color: '#AF611A'

red 175 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #AF611A

Tints of Golden Brown #AF611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 58.72%
G = 32.55%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF611A (or 0xAF611A) is known color: Golden Brown. HEX triplet: AF, 61 and 1A. RGB value is (175,97,26). Sum of RGB (Red+Green+Blue) = 175+97+26=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF611A is #509EE5. Grayscale: #707070. Windows color (decimal): -5283558 or 1728943. OLE color: 1728943.

HSL color Cylindrical-coordinate representation of color #AF611A: hue angle of 28.59º 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 #AF611A is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 26 -
CMYK 0 0.45 0.85 0.31
HSL 28.59º 0.74% 0.39% -
HSV(B) 28.59º 0.85% 0.69% -
XYZ 22.14 17.74 3.23 -
YUV 112.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 175 97 26 0 0.45 0.85 0.31 28.59 0.74 0.39
Hex AF 61 1A 0 2D 55 1F 1D 4A 27
Octal 257 141 32 0 55 125 37 35 112 47
Binary 10101111 1100001 11010 0 101101 1010101 11111 11101 1001010 100111

Color Harmonies of #AF611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF611A

Black with #AF611A

Text Example


Text Example

White with #AF611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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