Html Css Color HEX #AF6509 Golden Brown

📋 copy color: '#AF6509'

red 175 ◦ green 101 ◦ blue 9

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

Shades of Golden Brown #AF6509

Tints of Golden Brown #AF6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 9 (3.91% from 255) = 3.16%

R = 61.4%
G = 35.44%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6509 (or 0xAF6509) is known color: Golden Brown. HEX triplet: AF, 65 and 09. RGB value is (175,101,9). Sum of RGB (Red+Green+Blue) = 175+101+9=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6509 is #509AF6. Grayscale: #717171. Windows color (decimal): -5282551 or 615855. OLE color: 615855.

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

Color convert

RGB 175 101 9 -
CMYK 0 0.42 0.95 0.31
HSL 33.25º 0.9% 0.36% -
HSV(B) 33.25º 0.95% 0.69% -
XYZ 22.38 18.44 2.64 -
YUV 112.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 175 101 9 0 0.42 0.95 0.31 33.25 0.9 0.36
Hex AF 65 9 0 2A 5F 1F 21 5A 24
Octal 257 145 11 0 52 137 37 41 132 44
Binary 10101111 1100101 1001 0 101010 1011111 11111 100001 1011010 100100

Color Harmonies of #AF6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6509

Black with #AF6509

Text Example


Text Example

White with #AF6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6509; }

 p { color: rgb(175,101,9); }

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

background-color css

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

 a { background-color: rgb(175,101,9); }

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

border-color css

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

 span { border-color: rgb(175,101,9); }

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