Html Css Color HEX #AF6618 Golden Brown

📋 copy color: '#AF6618'

red 175 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #AF6618

Tints of Golden Brown #AF6618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 58.14%
G = 33.89%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF6618 (or 0xAF6618) is known color: Golden Brown. HEX triplet: AF, 66 and 18. RGB value is (175,102,24). Sum of RGB (Red+Green+Blue) = 175+102+24=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6618 is #5099E7. Grayscale: #737373. Windows color (decimal): -5282280 or 1599151. OLE color: 1599151.

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

Color convert

RGB 175 102 24 -
CMYK 0 0.42 0.86 0.31
HSL 30.99º 0.76% 0.39% -
HSV(B) 30.99º 0.86% 0.69% -
XYZ 22.6 18.68 3.28 -
YUV 114.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 175 102 24 0 0.42 0.86 0.31 30.99 0.76 0.39
Hex AF 66 18 0 2A 56 1F 1F 4C 27
Octal 257 146 30 0 52 126 37 37 114 47
Binary 10101111 1100110 11000 0 101010 1010110 11111 11111 1001100 100111

Color Harmonies of #AF6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6618

Black with #AF6618

Text Example


Text Example

White with #AF6618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6618; }

 p { color: rgb(175,102,24); }

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

background-color css

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

 a { background-color: rgb(175,102,24); }

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

border-color css

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

 span { border-color: rgb(175,102,24); }

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