Html Css Color HEX #AF6703 Golden Brown

📋 copy color: '#AF6703'

red 175 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #AF6703

Tints of Golden Brown #AF6703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 62.28%
G = 36.65%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6703 (or 0xAF6703) is known color: Golden Brown. HEX triplet: AF, 67 and 03. RGB value is (175,103,3). Sum of RGB (Red+Green+Blue) = 175+103+3=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6703 is #5098FC. Grayscale: #717171. Windows color (decimal): -5282045 or 223151. OLE color: 223151.

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

Color convert

RGB 175 103 3 -
CMYK 0 0.41 0.98 0.31
HSL 34.88º 0.97% 0.35% -
HSV(B) 34.88º 0.98% 0.69% -
XYZ 22.55 18.82 2.53 -
YUV 113.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 175 103 3 0 0.41 0.98 0.31 34.88 0.97 0.35
Hex AF 67 3 0 29 62 1F 23 61 23
Octal 257 147 3 0 51 142 37 43 141 43
Binary 10101111 1100111 11 0 101001 1100010 11111 100011 1100001 100011

Color Harmonies of #AF6703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6703

Black with #AF6703

Text Example


Text Example

White with #AF6703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6703; }

 p { color: rgb(175,103,3); }

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

background-color css

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

 a { background-color: rgb(175,103,3); }

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

border-color css

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

 span { border-color: rgb(175,103,3); }

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